mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
fix unintended width removal (oh also they're slightly less glaring now)
This commit is contained in:
@@ -3943,6 +3943,7 @@ body #toast-container>div {
|
|||||||
padding: 5px 5px 10px 50px;
|
padding: 5px 5px 10px 50px;
|
||||||
font-size: calc(var(--mainFontSize) * 0.9);
|
font-size: calc(var(--mainFontSize) * 0.9);
|
||||||
filter: saturate(0.8);
|
filter: saturate(0.8);
|
||||||
|
width:300px;
|
||||||
}
|
}
|
||||||
|
|
||||||
button.toast-close-button {
|
button.toast-close-button {
|
||||||
|
Reference in New Issue
Block a user