Mobile: poprawa czytelności i widoczności dropdownu języków; aktualizacja konfiguracji
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user