mirror of
https://github.com/GiriNeko/YesPlayMusic.git
synced 2025-12-16 21:28:06 +00:00
fix: navbar/player/context menu/modal background issue in firefox
This commit is contained in:
parent
acf3d768f8
commit
1873126453
5 changed files with 24 additions and 1 deletions
|
|
@ -116,6 +116,12 @@ nav {
|
|||
}
|
||||
}
|
||||
|
||||
@supports (-moz-appearance: none) {
|
||||
nav {
|
||||
background-color: var(--color-body-bg);
|
||||
}
|
||||
}
|
||||
|
||||
.navigation-buttons {
|
||||
flex: 1;
|
||||
display: flex;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue