diff options
| author | Ariel Costas Guerrero <ariel@costas.dev> | 2026-04-06 00:54:41 +0200 |
|---|---|---|
| committer | Ariel Costas Guerrero <ariel@costas.dev> | 2026-04-06 00:54:41 +0200 |
| commit | 1f45ef6dcd0840aa67bc42d578013b1dd086c54d (patch) | |
| tree | aaac18d7e913c3824be839c56091c280124ab0c8 /src/frontend/app/routes/routes-$id.tsx | |
| parent | b30fd3a498d09f5a6c7a7175c178ea289e3ccd78 (diff) | |
Diffstat (limited to 'src/frontend/app/routes/routes-$id.tsx')
| -rw-r--r-- | src/frontend/app/routes/routes-$id.tsx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/frontend/app/routes/routes-$id.tsx b/src/frontend/app/routes/routes-$id.tsx index bccaf56..278a848 100644 --- a/src/frontend/app/routes/routes-$id.tsx +++ b/src/frontend/app/routes/routes-$id.tsx @@ -510,7 +510,7 @@ export default function RouteDetailsPage() { onClick={() => setIsPatternPickerOpen(false)} > <div - className="w-full sm:max-w-lg bg-background rounded-t-2xl sm:rounded-2xl border border-border shadow-xl max-h-[75%] overflow-hidden" + className="w-full sm:max-w-lg bg-background rounded-t-2xl sm:rounded-2xl border border-border shadow-xl max-h-[80%] overflow-hidden" onClick={(event) => event.stopPropagation()} > <div className="flex items-center justify-between px-4 py-3 border-b border-border"> @@ -546,10 +546,10 @@ export default function RouteDetailsPage() { return ( <div key={dir}> - <div className="px-4 py-2 text-xs font-semibold text-muted uppercase tracking-wide"> + <div className="px-4 my-2 text-xs font-semibold text-muted uppercase tracking-wide"> {directionLabel} </div> - <div className="space-y-2 px-3 pb-3"> + <div className="space-y-2 px-3 mb-3"> {sortedPatterns.map((pattern) => { const destination = pattern.headsign || pattern.name || ""; |
