mirror of
https://github.com/zen-browser/desktop.git
synced 2025-09-06 03:18:19 +00:00
Adjust right positioning of navigator toolbox in compact mode for better alignment
This commit is contained in:
@@ -56,7 +56,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
&:not([zen-right-side='true']) #navigator-toolbox {
|
&:not([zen-right-side='true']) #navigator-toolbox {
|
||||||
right: calc(100% - var(--zen-element-separation));
|
right: calc(100% - var(--zen-element-separation) + 1px);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* When we have multiple toolbars and the top-toolbar is NOT being hidden,
|
/* When we have multiple toolbars and the top-toolbar is NOT being hidden,
|
||||||
@@ -71,9 +71,7 @@
|
|||||||
&[zen-right-side='true'] {
|
&[zen-right-side='true'] {
|
||||||
& #navigator-toolbox {
|
& #navigator-toolbox {
|
||||||
--zen-compact-float: calc(var(--zen-element-separation) + 1px);
|
--zen-compact-float: calc(var(--zen-element-separation) + 1px);
|
||||||
padding-left: unset !important;
|
left: calc(100% - var(--zen-element-separation) + 1px);
|
||||||
padding-right: var(--zen-compact-float) !important;
|
|
||||||
left: calc(100% - var(--zen-element-separation));
|
|
||||||
}
|
}
|
||||||
|
|
||||||
& .browserSidebarContainer {
|
& .browserSidebarContainer {
|
||||||
|
Reference in New Issue
Block a user