Fix margin-top adjustment for navigator toolbox in compact mode when animations are disabled

This commit is contained in:
mr. M
2024-12-16 23:34:39 +01:00
parent d3421270b1
commit 0e09b2b12a

View File

@@ -62,7 +62,7 @@
* we need to adjust the top-padding of the toolbox to account for the
* extra toolbar height. */
@media not (-moz-bool-pref: 'zen.view.compact.hide-toolbar') {
&:not([zen-single-toolbar='true']) #navigator-toolbox {
&:not([zen-single-toolbar='true']) #navigator-toolbox:not([animate='true']) {
margin-top: var(--zen-toolbar-height) !important;
}
}