mirror of
https://github.com/agent0ai/agent-zero.git
synced 2026-05-05 23:41:49 +00:00
fix message body css order
This commit is contained in:
parent
970fcdc327
commit
2dafe58aa8
1 changed files with 5 additions and 5 deletions
|
|
@ -71,6 +71,11 @@
|
|||
/* margin-bottom: var(--spacing-sm); */
|
||||
}
|
||||
|
||||
.message .message-body{
|
||||
padding-top:0.5em;
|
||||
padding-bottom:0.5em;
|
||||
}
|
||||
|
||||
.message-user {
|
||||
background-color: #4a4a4a;
|
||||
/* border-bottom-right-radius: var(--spacing-xxs); */
|
||||
|
|
@ -514,11 +519,6 @@
|
|||
color: #4e4e4e;
|
||||
}
|
||||
|
||||
.message-body{
|
||||
padding-top:0.5em;
|
||||
padding-bottom:0.5em;
|
||||
}
|
||||
|
||||
/* Markdown in messages */
|
||||
.msg-content {
|
||||
font-size: var(--font-size-small);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue