fix horizontal/vertical context navigation mixup

This commit is contained in:
bmFtZQ 2022-06-23 01:14:50 +08:00
parent b8b90e9775
commit 16c558b058
2 changed files with 2 additions and 2 deletions

View file

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

View file

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