mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2026-01-30 04:10:32 -08:00
Fix: Video - Sometimes volume slider missing #404
This commit is contained in:
parent
328e82f119
commit
e5ef2475ec
2 changed files with 1 additions and 3 deletions
|
|
@ -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 */
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue