Fixed urlbar's possition when using compact mode

This commit is contained in:
mr. M
2024-12-16 23:00:50 +01:00
parent 7428568279
commit 2a41e8c8b0
2 changed files with 6 additions and 4 deletions

View File

@@ -38,9 +38,7 @@
top: 0;
bottom: var(--zen-element-separation);
opacity: 0;
padding-left: var(--zen-compact-float) !important;
padding-bottom: 0 !important;
padding-top: 0 !important;
padding: 0 var(--zen-compact-float) !important;
:root[zen-single-toolbar='true'] & {
top: var(--zen-element-separation);
@@ -50,6 +48,10 @@
}
}
}
& #urlbar[open] {
top: 0 !important;
}
}
&:not([zen-right-side='true']) #navigator-toolbox {

View File

@@ -224,7 +224,7 @@
}
& .tabbrowser-tab {
transition: scale 0.1s ease-in-out;
transition: scale 0.07s ease;
&[fadein='true']:not([zen-essential='true']) {
#tabbrowser-tabs[zen-workspace-animation='previous'] & {
animation: zen-slide-in 0.2s ease;