mirror of
https://github.com/GiriNeko/YesPlayMusic.git
synced 2025-12-17 05:38:04 +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
|
|
@ -318,6 +318,12 @@ export default {
|
|||
z-index: 100;
|
||||
}
|
||||
|
||||
@supports (-moz-appearance: none) {
|
||||
.player {
|
||||
background-color: var(--color-body-bg);
|
||||
}
|
||||
}
|
||||
|
||||
.progress-bar {
|
||||
margin-top: -6px;
|
||||
margin-bottom: -6px;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue