mirror of
https://github.com/zen-browser/desktop.git
synced 2026-03-30 12:21:55 +00:00
chore: Fixed separation between borders on toasts, b=(no-bug), c=common
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user