aboutsummaryrefslogtreecommitdiff
path: root/src/frontend/app/components/StopSheet.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/frontend/app/components/StopSheet.css')
-rw-r--r--src/frontend/app/components/StopSheet.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/frontend/app/components/StopSheet.css b/src/frontend/app/components/StopSheet.css
index d3c0b06..931dcc3 100644
--- a/src/frontend/app/components/StopSheet.css
+++ b/src/frontend/app/components/StopSheet.css
@@ -29,6 +29,11 @@
color: var(--subtitle-color);
}
+.stop-sheet-lines-container {
+ display: flex;
+ gap: 0.75rem;
+}
+
.stop-sheet-loading {
display: flex;
justify-content: center;
@@ -42,6 +47,7 @@
flex: 1;
overflow-y: auto;
min-height: 0;
+ margin-block-start: 1.25rem;
}
.stop-sheet-subtitle {