fix unintended width removal (oh also they're slightly less glaring now)
| @@ -3943,6 +3943,7 @@ body #toast-container>div { | ||
| 3943 | 3943 | padding: 5px 5px 10px 50px; |
| 3944 | 3944 | font-size: calc(var(--mainFontSize) * 0.9); |
| 3945 | 3945 | filter: saturate(0.8); |
| 3946 | + width:300px; | |
| 3946 | 3947 | } |
| 3947 | 3948 | |
| 3948 | 3949 | button.toast-close-button { |