From 9ae1a408c9cecc70910c5f243cc3043ce6f42dbf Mon Sep 17 00:00:00 2001 From: valere Date: Mon, 19 Aug 2024 22:58:34 +0200 Subject: [PATCH] no media folder --- .env | 1 - docker-compose.yml | 2 -- pages/index.vue | 4 ++-- 3 files changed, 2 insertions(+), 5 deletions(-) diff --git a/.env b/.env index 466dab5..134b9d9 100755 --- a/.env +++ b/.env @@ -1,4 +1,3 @@ DOMAIN=evilspins.com PORT=7783 DASHBOARD_HIDDEN=false -MEDIA_DIR=~ diff --git a/docker-compose.yml b/docker-compose.yml index 8702c49..ac3e4aa 100755 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -6,8 +6,6 @@ services: restart: unless-stopped ports: - $PORT:3000 - volumes: - - "${MEDIA_DIR}:/media" environment: VIRTUAL_HOST: "${DOMAIN}" LETSENCRYPT_HOST: "${DOMAIN}" diff --git a/pages/index.vue b/pages/index.vue index 847f9ff..9d28496 100644 --- a/pages/index.vue +++ b/pages/index.vue @@ -140,7 +140,7 @@ .button { position: relative; - top: 60px; + top: 70px; padding-left: 16px; text-decoration: none; box-shadow: 0 8px 0 0 black; @@ -154,7 +154,7 @@ cursor: pointer; color: #fdec50ff; font-size: 26px; - background-color: rgba(255, 255, 255, 0.35); + background-color: #ffffff59; &:hover { background-color: #fdec50ff; color: black;