fix horizontal/vertical context navigation mixup
This commit is contained in:
parent
b8b90e9775
commit
16c558b058
2 changed files with 2 additions and 2 deletions
|
@ -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