mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-28 16:25:00 +00:00
padding
This commit is contained in:
parent
707549b67d
commit
a18b5dcb83
1 changed files with 2 additions and 6 deletions
|
@ -16,7 +16,7 @@
|
|||
font-family: 'Courier New', Courier, monospace;
|
||||
background-color: #000;
|
||||
color: #0f0;
|
||||
padding: 3em 1em 1em 1em; /* Increased top padding */
|
||||
padding: 1em 1em 1em 1em;
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
||||
|
@ -36,10 +36,6 @@
|
|||
}
|
||||
|
||||
|
||||
.chat-transcript {
|
||||
padding-top: 15px;
|
||||
}
|
||||
|
||||
.chat-transcript li,
|
||||
.chat-transcript p {
|
||||
color: #00FFFF;
|
||||
|
@ -63,5 +59,5 @@
|
|||
display: block;
|
||||
margin-bottom: 0;
|
||||
position: relative;
|
||||
top: -5px;
|
||||
top: -0.5em;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue