forked from ZenBrowserMirrors/zen-desktop
Adjust navbar positioning in compact mode styles for improved layout
This commit is contained in:
parent
26ccdf21f9
commit
32d89fe611
1 changed files with 2 additions and 2 deletions
|
@ -121,7 +121,7 @@
|
||||||
& #zen-appcontent-navbar-container {
|
& #zen-appcontent-navbar-container {
|
||||||
--zen-compact-toolbar-offset: 5px;
|
--zen-compact-toolbar-offset: 5px;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
bottom: calc(100% - var(--zen-element-separation) + 1px);
|
top: calc((-1 * var(--zen-toolbar-height)) + var(--zen-element-separation) + 1px);
|
||||||
left: 0;
|
left: 0;
|
||||||
z-index: 10;
|
z-index: 10;
|
||||||
box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.3) !important;
|
box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.3) !important;
|
||||||
|
@ -158,7 +158,7 @@
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
border-top-width: 1px;
|
border-top-width: 1px;
|
||||||
|
|
||||||
bottom: calc(100% - 1px);
|
top: 1px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue