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;