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"
|
- "8081:80"
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
# Uncomment the following lines if you want to mount the configuration locally for development/testing
|
# Uncomment the following lines if you want to mount the configuration locally for development/testing
|
||||||
# volumes:
|
volumes:
|
||||||
# - ./nginx.conf:/etc/nginx/conf.d/default.conf:ro
|
- ./nginx.conf:/etc/nginx/conf.d/default.conf:ro
|
||||||
|
|||||||
@@ -403,9 +403,9 @@ h1 {
|
|||||||
top: calc(100% + 8px);
|
top: calc(100% + 8px);
|
||||||
right: 0;
|
right: 0;
|
||||||
min-width: 170px;
|
min-width: 170px;
|
||||||
background: var(--toggle-bg);
|
background: var(--fixed-bar-bg);
|
||||||
border: 1px solid var(--toggle-border);
|
border: 1px solid var(--fixed-bar-border);
|
||||||
box-shadow: var(--toggle-shadow);
|
box-shadow: var(--fixed-bar-shadow);
|
||||||
border-radius: 16px;
|
border-radius: 16px;
|
||||||
padding: 8px;
|
padding: 8px;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|||||||
Reference in New Issue
Block a user