From c0a42d72134e81a57891aaa1dde8b8f4f7ff9095 Mon Sep 17 00:00:00 2001 From: Grzegorz Kucmierz Date: Mon, 9 Feb 2026 20:00:15 +0100 Subject: [PATCH] =?UTF-8?q?Mobile:=20poprawa=20czytelno=C5=9Bci=20i=20wido?= =?UTF-8?q?czno=C5=9Bci=20dropdownu=20j=C4=99zyk=C3=B3w;=20aktualizacja=20?= =?UTF-8?q?konfiguracji?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker-compose.yml | 4 ++-- src/App.vue | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 86c4c69..990f8e3 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -10,5 +10,5 @@ services: - "8081:80" restart: unless-stopped # Uncomment the following lines if you want to mount the configuration locally for development/testing - # volumes: - # - ./nginx.conf:/etc/nginx/conf.d/default.conf:ro + volumes: + - ./nginx.conf:/etc/nginx/conf.d/default.conf:ro diff --git a/src/App.vue b/src/App.vue index 6d2b0ea..588bf3c 100644 --- a/src/App.vue +++ b/src/App.vue @@ -403,9 +403,9 @@ h1 { top: calc(100% + 8px); right: 0; min-width: 170px; - background: var(--toggle-bg); - border: 1px solid var(--toggle-border); - box-shadow: var(--toggle-shadow); + background: var(--fixed-bar-bg); + border: 1px solid var(--fixed-bar-border); + box-shadow: var(--fixed-bar-shadow); border-radius: 16px; padding: 8px; display: flex;