mirror of
https://github.com/zen-browser/desktop.git
synced 2026-01-07 05:43:21 +00:00
style: Fixed minimum floating size of 4px for compact mode, b=(no-bug), c=compact-mode
This commit is contained in:
@@ -44,7 +44,7 @@
|
||||
|
||||
#navigator-toolbox {
|
||||
--zen-toolbox-max-width: 48px !important;
|
||||
--zen-compact-float: max(var(--zen-element-separation), 4px);
|
||||
--zen-compact-float: var(--zen-element-separation);
|
||||
|
||||
/* Initial padding for when we are animating */
|
||||
padding: 0 0 0 var(--zen-toolbox-padding) !important;
|
||||
|
||||
Reference in New Issue
Block a user