mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-30 01:04:59 +00:00
style: Adjust toast notification width, padding, and font size
This commit is contained in:
parent
a61ba0db22
commit
7d5f27fa34
1 changed files with 5 additions and 3 deletions
|
@ -68,16 +68,18 @@ layout: minimal
|
|||
.toast-notification {
|
||||
background-color: rgba(0, 0, 0, 0.7);
|
||||
color: white;
|
||||
padding: 10px 20px;
|
||||
padding: 12px 25px;
|
||||
border-radius: 8px;
|
||||
margin-bottom: 10px;
|
||||
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
|
||||
opacity: 0;
|
||||
transition: opacity 0.3s ease-in-out;
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
|
||||
font-size: 16px;
|
||||
font-size: 18px;
|
||||
text-align: center;
|
||||
max-width: 80%;
|
||||
min-width: 250px;
|
||||
max-width: 90%;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
/* Page container styling */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue