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

@ -116,6 +116,12 @@ nav {
}
}
@supports (-moz-appearance: none) {
nav {
background-color: var(--color-body-bg);
}
}
.navigation-buttons {
flex: 1;
display: flex;