Fix moved account styles

pull/286/head
Lim Chee Aun 2023-10-29 21:21:09 +08:00
rodzic 8180cc357e
commit 35f7cae01f
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -18,7 +18,7 @@
position: absolute;
top: 8px;
inset-inline: 8px;
z-index: 2;
z-index: 3;
border: 1px solid var(--outline-color);
box-shadow: 0 8px 16px var(--drop-shadow-color);
border-radius: calc(16px - 8px);
@ -47,7 +47,7 @@
~ * {
/* pointer-events: none; */
filter: grayscale(0.75) brightness(0.75);
filter: grayscale(0.75) opacity(0.75);
}
}