fix unintended width removal (oh also they're slightly less glaring now)

This commit is contained in:
RossAscends
2025-05-21 15:58:24 +09:00
parent c98ba48561
commit 713f30ba03

View File

@@ -3943,6 +3943,7 @@ body #toast-container>div {
padding: 5px 5px 10px 50px;
font-size: calc(var(--mainFontSize) * 0.9);
filter: saturate(0.8);
width:300px;
}
button.toast-close-button {