mirror of
https://github.com/zen-browser/desktop.git
synced 2026-01-07 05:43:21 +00:00
fix: Fixed toolbar bg not showing until hover, b=closes #10595, c=compact-mode, workspaces
This commit is contained in:
@@ -322,6 +322,9 @@
|
||||
}
|
||||
|
||||
& #zen-appcontent-navbar-wrapper {
|
||||
& .zen-toolbar-background {
|
||||
display: flex;
|
||||
}
|
||||
--zen-compact-toolbar-offset: 5px;
|
||||
position: absolute;
|
||||
top: calc(-1 * var(--zen-toolbar-height) + 1px);
|
||||
@@ -360,9 +363,6 @@
|
||||
) {
|
||||
& #zen-appcontent-navbar-container {
|
||||
visibility: visible !important;
|
||||
& .zen-toolbar-background {
|
||||
display: flex;
|
||||
}
|
||||
}
|
||||
border-top-width: 0px;
|
||||
|
||||
|
||||
@@ -48,6 +48,10 @@
|
||||
|
||||
&:is(img) {
|
||||
padding: 6px;
|
||||
|
||||
:root:not([zen-sidebar-expanded='true']) & {
|
||||
padding: 10px;
|
||||
}
|
||||
}
|
||||
|
||||
&[no-icon='true'] {
|
||||
|
||||
Reference in New Issue
Block a user