diff options
| author | Ariel Costas Guerrero <ariel@costas.dev> | 2025-12-12 16:48:14 +0100 |
|---|---|---|
| committer | Ariel Costas Guerrero <ariel@costas.dev> | 2025-12-12 16:48:46 +0100 |
| commit | e7eb57bf492617f2b9be88d46c1cc708a2c17af4 (patch) | |
| tree | 490e5ade4dc618760d30a8805dd94cc8dc586e2f /src/frontend/app/root.css | |
| parent | 2f0fd3f348bb836839f4a72e3af072b56954d878 (diff) | |
Improved version of the planner feature
Diffstat (limited to 'src/frontend/app/root.css')
| -rw-r--r-- | src/frontend/app/root.css | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/frontend/app/root.css b/src/frontend/app/root.css index 367fa29..c6d9058 100644 --- a/src/frontend/app/root.css +++ b/src/frontend/app/root.css @@ -183,7 +183,7 @@ body { @media (min-width: 1024px) { .page-container { - max-width: 1024px; + max-width: 48rem; } } @@ -191,3 +191,7 @@ body { font-size: 0.9em; color: var(--ml-c-link-2); } + +.maplibregl-ctrl-icon:before { + display: none; +} |
