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 {