Fix: Video - Sometimes volume slider missing #404

This commit is contained in:
alstjr7375 2022-06-06 02:20:10 +09:00
parent 328e82f119
commit e5ef2475ec
2 changed files with 1 additions and 3 deletions

View file

@ -4,8 +4,6 @@
/* Control Bar Size */
@supports -moz-bool-pref("userContent.player.size") {
#controlsContainer {
--button-size: 32px !important;
/* Original: 30px */
--controlBar-height: 40px;
/* Original: 40px, Replace to this value */
}

View file

@ -1,7 +1,7 @@
/* Control Bar Size */
@include Option("userContent.player.size") {
#controlsContainer {
--button-size: 32px !important; /* Original: 30px */
// --button-size: 32px !important; /* Original: 30px */ Disabled for issue #404
--controlBar-height: 40px; /* Original: 40px, Replace to this value */
}
#controlsContainer .touch {