mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 03:48:35 +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,9 +573,16 @@ a.avatar {
|
|||
border-radius: 8px;
|
||||
font-family: "Montserrat", sans-serif;
|
||||
box-shadow: var(--border-color) 0 0 5px;
|
||||
background-color: var(--context-menu-background);
|
||||
}
|
||||
|
||||
@media (min-width: 1080px) {
|
||||
.dropdown__menu {
|
||||
background-color: #222022d6;
|
||||
backdrop-filter: blur(20px);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
.dropdown__item {
|
||||
display: flex;
|
||||
|
|
Loading…
Reference in a new issue