diff --git a/README.md b/README.md index 4cf90f1..2dd942b 100644 --- a/README.md +++ b/README.md @@ -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| |-| diff --git a/chrome/global/tweaks.css b/chrome/global/tweaks.css index 9ec5dfb..1a30a1b 100644 --- a/chrome/global/tweaks.css +++ b/chrome/global/tweaks.css @@ -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;