[Update/bugfix] Notification UI:

Expand max width for readability.
Line breaks now follow newline characters correctly.
Fixed the bug that was success progress bar was not set properly.
This commit is contained in:
Sakamoto Shiina
2025-06-09 15:30:55 +09:00
parent 8289c9f1b3
commit 35369f7394
2 changed files with 3 additions and 2 deletions

View File

@@ -81,10 +81,11 @@
align-items: center;
font-size: 1.4rem;
width: fit-content;
max-width: 50vw;
max-width: 70vw;
padding-right: 4rem;
background-color: var(--dark_950_color);
gap: 0.6rem;
white-space: pre-wrap;
}
.Toastify__progress-bar--wrp {