mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-09-27 05:38:09 -05:00
Improve build popup visibility
This commit is contained in:
@@ -483,8 +483,9 @@ dialog::backdrop {
|
||||
z-index: 1;
|
||||
max-width: 20rem;
|
||||
padding: var(--s-4);
|
||||
border: 2px solid var(--border);
|
||||
border-radius: var(--rounded);
|
||||
background-color: var(--bg-darker-transparent);
|
||||
background-color: var(--bg-darker);
|
||||
font-size: var(--fonts-sm);
|
||||
font-weight: var(--semi-bold);
|
||||
white-space: pre-wrap;
|
||||
@@ -503,14 +504,6 @@ dialog::backdrop {
|
||||
font-size: var(--fonts-md);
|
||||
}
|
||||
|
||||
@supports ((-webkit-backdrop-filter: none) or (backdrop-filter: none)) {
|
||||
.popover-content {
|
||||
-webkit-backdrop-filter: blur(10px) brightness(75%);
|
||||
backdrop-filter: blur(10px) brightness(75%);
|
||||
background-color: transparent;
|
||||
}
|
||||
}
|
||||
|
||||
.combobox-wrapper {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user