From 6ad0c424ff34f003a18dac57cb3fd1d65272a83a Mon Sep 17 00:00:00 2001 From: Fabio Manganiello <fabio@manganiello.tech> Date: Wed, 26 Mar 2025 22:12:02 +0100 Subject: [PATCH] =?UTF-8?q?=F3=B0=8F=98=20=20Applied=20application=20style?= =?UTF-8?q?=20to=20OSM=20elements?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/components/Map.vue | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/frontend/src/components/Map.vue b/frontend/src/components/Map.vue index f48665e..1cd5c59 100644 --- a/frontend/src/components/Map.vue +++ b/frontend/src/components/Map.vue @@ -558,9 +558,15 @@ main { :deep(.ol-viewport) { .ol-attribution { - position: absolute !important; - bottom: 0 !important; - right: 0 !important; + display: none; + } + + .ol-control { + margin-bottom: 0.5em; + } + + button { + background: var(--color-background); } } </style>