migrate error notifications from Noty to a toast

This commit is contained in:
pa
2026-02-23 15:28:59 +09:00
committed by Natsumi
parent b5b5776275
commit 49d8f1c60b
2 changed files with 8 additions and 12 deletions

View File

@@ -365,3 +365,7 @@ i.x-status-icon.red {
.force-pointer-on-hover input[type='submit'] {
cursor: pointer !important;
}
[data-sonner-toast] [data-content] [data-description] {
white-space: pre-line;
}