chore: Fixed separation between borders on toasts, b=(no-bug), c=common

This commit is contained in:
mr. m
2025-05-29 11:39:30 +02:00
parent e99c40bc06
commit 6ec0af3182

View File

@@ -334,7 +334,7 @@ menuseparator {
#zen-toast-container {
position: fixed;
--zen-toast-spacing: max(8px, calc(var(--zen-element-separation) * 2));
--zen-toast-spacing: max(4px, var(--zen-element-separation));
top: var(--zen-toast-spacing);
z-index: 1000;
display: flex;