Reduce space in compact mode

This commit is contained in:
Eric Bailey
2025-09-04 16:44:55 -05:00
parent 00efc4da11
commit 2e70e1df79
+2 -1
View File
@@ -188,7 +188,8 @@ let PostControls = ({
}
const secondaryControlSpacingStyles = flatten([
a.gap_xs,
{gap: 0}, // default, we want `gap` to be defined on the resulting object
variant !== 'compact' && a.gap_xs,
(big || gtPhone) && a.gap_sm,
])