mirror of
https://github.com/zen-browser/desktop.git
synced 2026-04-05 07:09:30 +00:00
fix: Fixed tabs being clipped when there's too much element separation, b=(closes #8412), c=compact-mode
This commit is contained in:
@@ -116,7 +116,8 @@
|
||||
padding: var(--zen-toolbox-padding) !important;
|
||||
:root:not([zen-sidebar-expanded='true']) & {
|
||||
padding: var(--zen-toolbox-padding) 0 !important;
|
||||
max-width: var(--zen-sidebar-width);
|
||||
max-width: calc(var(--zen-sidebar-width) - var(--zen-toolbox-padding) * 2);
|
||||
width: var(--zen-sidebar-width);
|
||||
}
|
||||
position: relative;
|
||||
min-width: var(--zen-toolbox-min-width);
|
||||
|
||||
Reference in New Issue
Block a user