Skip to content

Commit 6ec0af3

Browse files
committed
chore: Fixed separation between borders on toasts, b=(no-bug), c=common
1 parent e99c40b commit 6ec0af3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/zen/common/styles/zen-popup.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ menuseparator {
334334

335335
#zen-toast-container {
336336
position: fixed;
337-
--zen-toast-spacing: max(8px, calc(var(--zen-element-separation) * 2));
337+
--zen-toast-spacing: max(4px, var(--zen-element-separation));
338338
top: var(--zen-toast-spacing);
339339
z-index: 1000;
340340
display: flex;

0 commit comments

Comments
 (0)