[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:
@@ -24,7 +24,7 @@
|
|||||||
|
|
||||||
--error_bc_color: #bb4448;
|
--error_bc_color: #bb4448;
|
||||||
--error_bc_active_color: #9c3938;
|
--error_bc_active_color: #9c3938;
|
||||||
--success_bc_color: --primary_600_color;
|
--success_bc_color: var(--primary_600_color);
|
||||||
--warning_color: #cb944f;
|
--warning_color: #cb944f;
|
||||||
--warning_bc_color: #cf7b1b;
|
--warning_bc_color: #cf7b1b;
|
||||||
|
|
||||||
|
|||||||
@@ -81,10 +81,11 @@
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
font-size: 1.4rem;
|
font-size: 1.4rem;
|
||||||
width: fit-content;
|
width: fit-content;
|
||||||
max-width: 50vw;
|
max-width: 70vw;
|
||||||
padding-right: 4rem;
|
padding-right: 4rem;
|
||||||
background-color: var(--dark_950_color);
|
background-color: var(--dark_950_color);
|
||||||
gap: 0.6rem;
|
gap: 0.6rem;
|
||||||
|
white-space: pre-wrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
.Toastify__progress-bar--wrp {
|
.Toastify__progress-bar--wrp {
|
||||||
|
|||||||
Reference in New Issue
Block a user