Mobile: poprawa czytelności i widoczności dropdownu języków; aktualizacja konfiguracji

This commit is contained in:
2026-02-09 20:00:15 +01:00
parent 7a7551107f
commit c0a42d7213
2 changed files with 5 additions and 5 deletions

View File

@@ -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

View File

@@ -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;