style: Make toast width adapt to text content

This commit is contained in:
Paul Gauthier (aider) 2025-03-14 07:52:24 -07:00
parent 7d5f27fa34
commit 9d61490743

View file

@ -77,9 +77,9 @@ layout: minimal
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
font-size: 18px;
text-align: center;
min-width: 250px;
width: fit-content;
max-width: 90%;
white-space: nowrap;
white-space: normal;
}
/* Page container styling */