fixed status list not appearing

This commit is contained in:
supertiger1234 2019-11-23 14:35:24 +00:00
parent fc1e61269e
commit a66aee7e52
2 changed files with 5 additions and 5 deletions

View file

@ -1,7 +1,7 @@
{ {
"name": "Nertivia", "name": "Nertivia",
"short_name": "Nertivia", "short_name": "Nertivia",
"start_url": ".", "start_url": "/app",
"icons": [ "icons": [
{ {
"src": "/android-chrome-192x192.png", "src": "/android-chrome-192x192.png",

View file

@ -58,14 +58,14 @@ export default {
.show-status-list-enter, .show-status-list-enter,
.show-status-list-leave-to { .show-status-list-leave-to {
opacity: 0; opacity: 0;
transform: translateY(20px); transform: translateY(-20px);
} }
.status-popout { .status-popout {
position: absolute; position: absolute;
bottom: 66px; top: 60px;
right: 5px; right: 5px;
background: rgba(0, 0, 0, 0.4); background: rgba(0, 0, 0, 0.7);
backdrop-filter: blur(5px); backdrop-filter: blur(5px);
width: 180px; width: 180px;
z-index: 4; z-index: 4;
@ -81,7 +81,7 @@ export default {
} }
.status-list:hover { .status-list:hover {
background: #042f33; background: #0000008c;
} }
.status-icon { .status-icon {