fix(ui): add spacing between multiple toasts

pull/13260/head
aimagicat 2026-02-12 09:35:50 +08:00 committed by aimagicat
parent f6e7aefa72
commit 9c09e69335
1 changed files with 2 additions and 0 deletions

View File

@ -40,6 +40,8 @@
background: var(--surface-float-base);
color: var(--text-invert-base);
box-shadow: var(--shadow-md);
margin-bottom: 5px;
margin-top: 5px;
[data-slot="toast-inner"] {
display: flex;