mirror of
https://github.com/cheeaun/phanpy.git
synced 2024-11-28 20:28:52 +03:00
Fix moved account styles
This commit is contained in:
parent
8180cc357e
commit
35f7cae01f
1 changed files with 2 additions and 2 deletions
|
@ -18,7 +18,7 @@
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 8px;
|
top: 8px;
|
||||||
inset-inline: 8px;
|
inset-inline: 8px;
|
||||||
z-index: 2;
|
z-index: 3;
|
||||||
border: 1px solid var(--outline-color);
|
border: 1px solid var(--outline-color);
|
||||||
box-shadow: 0 8px 16px var(--drop-shadow-color);
|
box-shadow: 0 8px 16px var(--drop-shadow-color);
|
||||||
border-radius: calc(16px - 8px);
|
border-radius: calc(16px - 8px);
|
||||||
|
@ -47,7 +47,7 @@
|
||||||
|
|
||||||
~ * {
|
~ * {
|
||||||
/* pointer-events: none; */
|
/* pointer-events: none; */
|
||||||
filter: grayscale(0.75) brightness(0.75);
|
filter: grayscale(0.75) opacity(0.75);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue