mirror of
https://github.com/zen-browser/desktop.git
synced 2026-04-22 15:25:35 +00:00
chore: Update vertical tabs order in zen-tabs CSS
This commit is contained in:
@@ -369,12 +369,12 @@
|
||||
/* Display the vertical tabs on the right side */
|
||||
@media (-moz-bool-pref: "zen.tabs.vertical.right-side") and (not (-moz-bool-pref: "zen.view.compact")) {
|
||||
#navigator-toolbox {
|
||||
order: 4;
|
||||
order: 6;
|
||||
padding-left: 0;
|
||||
}
|
||||
|
||||
#zen-sidebar-splitter {
|
||||
order: 3;
|
||||
order: 5;
|
||||
}
|
||||
|
||||
#tabbrowser-tabbox {
|
||||
|
||||
Reference in New Issue
Block a user