mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 17:55:01 +00:00
style: Make toast width adapt to text content
This commit is contained in:
parent
7d5f27fa34
commit
9d61490743
1 changed files with 2 additions and 2 deletions
|
@ -77,9 +77,9 @@ layout: minimal
|
||||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
|
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
min-width: 250px;
|
width: fit-content;
|
||||||
max-width: 90%;
|
max-width: 90%;
|
||||||
white-space: nowrap;
|
white-space: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Page container styling */
|
/* Page container styling */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue