aboutsummaryrefslogtreecommitdiff
path: root/src/frontend/app/components/Stops/ConsolidatedCirculationList.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/Stops/ConsolidatedCirculationList.css
parenta53080cda003e7821f6cf1f55b73600daf7519e8 (diff)
Fix old tables, improve new styles
Diffstat (limited to 'src/frontend/app/components/Stops/ConsolidatedCirculationList.css')
-rw-r--r--src/frontend/app/components/Stops/ConsolidatedCirculationList.css14
1 files changed, 2 insertions, 12 deletions
diff --git a/src/frontend/app/components/Stops/ConsolidatedCirculationList.css b/src/frontend/app/components/Stops/ConsolidatedCirculationList.css
index 3ce8a02..ca136d8 100644
--- a/src/frontend/app/components/Stops/ConsolidatedCirculationList.css
+++ b/src/frontend/app/components/Stops/ConsolidatedCirculationList.css
@@ -1,8 +1,3 @@
-/* Consolidated Circulation List Styles */
-.consolidated-circulation-container {
- width: 100%;
-}
-
.consolidated-circulation-caption {
font-size: 0.9rem;
color: var(--subtitle-color);
@@ -18,14 +13,9 @@
font-size: 0.95rem;
}
-.consolidated-circulation-list {
- display: flex;
- flex-direction: column;
- gap: 0.75rem;
- padding-block: 0 1rem;
-}
-
.consolidated-circulation-card {
+ flex: 0 0 auto;
+
display: flex;
flex-direction: column;
background-color: var(--message-background-color);