fix: navbar/player/context menu/modal background issue in firefox

This commit is contained in:
qier222 2021-01-02 21:19:14 +08:00
parent acf3d768f8
commit 1873126453
5 changed files with 24 additions and 1 deletions

View file

@ -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;