From 713f30ba03baa59daa81237c375d1b14b5da4825 Mon Sep 17 00:00:00 2001 From: RossAscends <124905043+RossAscends@users.noreply.github.com> Date: Wed, 21 May 2025 15:58:24 +0900 Subject: [PATCH] fix unintended width removal (oh also they're slightly less glaring now) --- public/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/public/style.css b/public/style.css index fcd0e538f..9aa49549e 100644 --- a/public/style.css +++ b/public/style.css @@ -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 {