fix horizontal/vertical context navigation mixup
This commit is contained in:
parent
b8b90e9775
commit
16c558b058
2 changed files with 2 additions and 2 deletions
|
@ -66,7 +66,7 @@ To disable a tweak, set the key to `false` or delete it, then restart the browse
|
|||
|Show context menu navigation buttons (Back, Forward, Reload, etc.) horizontally|
|
||||
|-|
|
||||
|**NOTE: labels are only shown in the English language.**|
|
||||
|`uc.tweak.horizontal-context-navigation`|
|
||||
|`uc.tweak.vertical-context-navigation`|
|
||||
|
||||
|remove tab separators|
|
||||
|-|
|
||||
|
|
|
@ -205,7 +205,7 @@ browsing indicator) */
|
|||
|
||||
@media not (-moz-platform: macos) {
|
||||
@supports not -moz-bool-pref("uc.tweak.revert-context-menu") {
|
||||
@supports -moz-bool-pref("uc.tweak.horizontal-context-navigation") {
|
||||
@supports -moz-bool-pref("uc.tweak.vertical-context-navigation") {
|
||||
#context-navigation {
|
||||
flex-direction: column !important;
|
||||
-moz-box-orient: vertical !important;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue