style: Fixed minimum floating size of 4px for compact mode, b=(no-bug), c=compact-mode

This commit is contained in:
Mr. M
2025-05-02 18:38:34 +02:00
parent 71558dca71
commit 8a72d253aa

View File

@@ -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;