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

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