chore: Update right-side compact mode CSS for vertical tabs

This commit is contained in:
mauro-balades
2024-08-31 00:50:21 +02:00
parent 00e0892c31
commit 7b836d1232
2 changed files with 17 additions and 5 deletions

View File

@@ -168,10 +168,22 @@
}
@media (-moz-bool-pref: "zen.tabs.vertical.right-side") {
/* TODO: future contributor, i've tried insane hours to do right side compact mode but failed, good luck debugging this! */
/*#navigator-toolbox {
left: 100% !important;
#navigator-toolbox {
right: 0 !important;
transform: translateX(calc(100% - (var(--zen-compact-toolbox-margin-single) / 2))) !important;;
}*/
}
#navigator-toolbox:hover,
#navigator-toolbox:focus-within,
#navigator-toolbox[zen-user-show],
#mainPopupSet:has(> #appMenu-popup:hover) ~ toolbox,
#navigator-toolbox:has(*[open="true"]:not(tab):not(#zen-sidepanel-button)) {
transform: none !important;
opacity: 1;
& > * {
pointer-events: all;
}
}
}
}