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

713f30ba03baa59daa81237c375d1b14b5da4825

RossAscends <124905043+RossAscends@users.noreply.github.com>

1 files changed, +1 -0Ignore whitespace
public/style.css+1 -0
@@ -3943,6 +3943,7 @@ body #toast-container>div {
39433943 padding: 5px 5px 10px 50px;
39443944 font-size: calc(var(--mainFontSize) * 0.9);
39453945 filter: saturate(0.8);
3946+ width:300px;
39463947}
39473948
39483949button.toast-close-button {