mirror of
https://github.com/danbulant/Nertivia-Client
synced 2026-06-18 14:01:12 +00:00
fixed status list not appearing
This commit is contained in:
parent
fc1e61269e
commit
a66aee7e52
2 changed files with 5 additions and 5 deletions
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "Nertivia",
|
||||
"short_name": "Nertivia",
|
||||
"start_url": ".",
|
||||
"start_url": "/app",
|
||||
"icons": [
|
||||
{
|
||||
"src": "/android-chrome-192x192.png",
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue