From 769d12a525875d3577b2868208d6315c56ce77d6 Mon Sep 17 00:00:00 2001 From: Ariel Costas Guerrero Date: Mon, 3 Nov 2025 11:20:27 +0100 Subject: Display available lines on StopSheet --- src/frontend/app/components/StopSheet.css | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/frontend/app/components/StopSheet.css') 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 { -- cgit v1.3