aboutsummaryrefslogtreecommitdiff
path: root/src/frontend/app/components/StopMapSheet.css
diff options
context:
space:
mode:
authorAriel Costas Guerrero <ariel@costas.dev>2025-11-15 17:12:12 +0100
committerAriel Costas Guerrero <ariel@costas.dev>2025-11-15 17:12:12 +0100
commitf349c491284c0cb007a97c9a11220cc00adbb64f (patch)
treea02c9a0d1ab5594ffbe2613980201f4b53132976 /src/frontend/app/components/StopMapSheet.css
parenta53080cda003e7821f6cf1f55b73600daf7519e8 (diff)
Fix old tables, improve new styles
Diffstat (limited to 'src/frontend/app/components/StopMapSheet.css')
-rw-r--r--src/frontend/app/components/StopMapSheet.css2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/frontend/app/components/StopMapSheet.css b/src/frontend/app/components/StopMapSheet.css
index edf1f52..7a3b88c 100644
--- a/src/frontend/app/components/StopMapSheet.css
+++ b/src/frontend/app/components/StopMapSheet.css
@@ -2,11 +2,9 @@
.stop-map-container {
width: 100%;
height: 300px;
- border-radius: 8px;
overflow: hidden;
border: 1px solid var(--border-color);
margin-block-start: 0;
- margin-block-end: 1rem;
flex-shrink: 0;
}