mirror of
https://github.com/zen-browser/desktop.git
synced 2025-09-05 19:08:18 +00:00
style: Fixed essentials width on compact mode, b=(no-bug), c=tabs
This commit is contained in:
@@ -1281,7 +1281,7 @@
|
||||
display: grid;
|
||||
|
||||
&[hidden='true'] {
|
||||
--hidden-essentials-width: var(--actual-zen-sidebar-width);
|
||||
--hidden-essentials-width: var(--zen-sidebar-width);
|
||||
max-width: var(--hidden-essentials-width) !important; /* To still allow essentials to grid the tabs */
|
||||
min-width: var(--hidden-essentials-width) !important;
|
||||
}
|
||||
|
Reference in New Issue
Block a user