mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-28 08:14:59 +00:00
aider: Style the date appropriately.
# Aider chat conversation: USER: style the date appropriately ASSISTANT: ```diff --- assets/css/style.scss +++ assets/css/style.scss @@ ... @@ .btn + .btn { margin-top: 0; margin-left: 0.75rem; } +.post-date { + color: #777; + font-size: 0.85em; + margin-bottom: 0.5em; +} .chat-transcript { font-family: 'Courier New', Courier, monospace; ```
This commit is contained in:
parent
65d43dff0f
commit
e08a4f82c1
1 changed files with 5 additions and 0 deletions
|
@ -11,6 +11,11 @@
|
|||
margin-top: 0;
|
||||
margin-left: 0.75rem;
|
||||
}
|
||||
.post-date {
|
||||
color: #777;
|
||||
font-size: 0.85em;
|
||||
margin-bottom: 0.5em;
|
||||
}
|
||||
|
||||
.chat-transcript {
|
||||
font-family: 'Courier New', Courier, monospace;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue