mirror of
https://github.com/danbulant/Nertivia-Client
synced 2026-07-05 19:10:52 +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",
|
"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",
|
||||||
|
|
|
||||||
|
|
@ -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 {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue