mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 06:08:34 +01:00
add blur optimization :3
This commit is contained in:
parent
5b7ed14da8
commit
76e90c109e
1 changed files with 9 additions and 2 deletions
|
@ -573,10 +573,17 @@ a.avatar {
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
font-family: "Montserrat", sans-serif;
|
font-family: "Montserrat", sans-serif;
|
||||||
box-shadow: var(--border-color) 0 0 5px;
|
box-shadow: var(--border-color) 0 0 5px;
|
||||||
background-color: #222022d6;
|
background-color: var(--context-menu-background);
|
||||||
backdrop-filter: blur(20px);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media (min-width: 1080px) {
|
||||||
|
.dropdown__menu {
|
||||||
|
background-color: #222022d6;
|
||||||
|
backdrop-filter: blur(20px);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
.dropdown__item {
|
.dropdown__item {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
|
|
Loading…
Reference in a new issue