From a66aee7e52abf068913d42cadd5f014b66c73541 Mon Sep 17 00:00:00 2001 From: supertiger1234 Date: Sat, 23 Nov 2019 14:35:24 +0000 Subject: [PATCH] fixed status list not appearing --- public/site.webmanifest | 2 +- src/components/app/statusList.vue | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/public/site.webmanifest b/public/site.webmanifest index cc64a63..c1501dc 100644 --- a/public/site.webmanifest +++ b/public/site.webmanifest @@ -1,7 +1,7 @@ { "name": "Nertivia", "short_name": "Nertivia", - "start_url": ".", + "start_url": "/app", "icons": [ { "src": "/android-chrome-192x192.png", diff --git a/src/components/app/statusList.vue b/src/components/app/statusList.vue index f9f0990..6cfae1e 100644 --- a/src/components/app/statusList.vue +++ b/src/components/app/statusList.vue @@ -58,14 +58,14 @@ export default { .show-status-list-enter, .show-status-list-leave-to { opacity: 0; - transform: translateY(20px); + transform: translateY(-20px); } .status-popout { position: absolute; - bottom: 66px; + top: 60px; right: 5px; - background: rgba(0, 0, 0, 0.4); + background: rgba(0, 0, 0, 0.7); backdrop-filter: blur(5px); width: 180px; z-index: 4; @@ -81,7 +81,7 @@ export default { } .status-list:hover { - background: #042f33; + background: #0000008c; } .status-icon {