fix: tighten mobile chat gutters and user bubble width
This commit is contained in:
parent
99d0b79730
commit
3e800609c5
@ -140,14 +140,18 @@
|
||||
|
||||
.messages-area {
|
||||
padding-top: 8px;
|
||||
padding-left: 12px !important;
|
||||
padding-right: 12px !important;
|
||||
padding-left: 6px !important;
|
||||
padding-right: 6px !important;
|
||||
}
|
||||
|
||||
.message-block:first-child {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
.user-message .message-text {
|
||||
max-width: 80%;
|
||||
}
|
||||
|
||||
.assistant-message .message-text {
|
||||
padding: 16px 8px !important;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user