aboutsummaryrefslogtreecommitdiff
path: root/src/frontend/app/components/StopSheet.css
diff options
context:
space:
mode:
authorAriel Costas Guerrero <ariel@costas.dev>2025-11-03 11:20:27 +0100
committerAriel Costas Guerrero <ariel@costas.dev>2025-11-03 11:20:27 +0100
commit769d12a525875d3577b2868208d6315c56ce77d6 (patch)
tree4fa84a86a2eda352b6bea14e6ecab741134de62a /src/frontend/app/components/StopSheet.css
parent809941dcc8f37967a22516b1c4f7af1f3b8a82bc (diff)
Display available lines on StopSheet
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 {