styling user and llm size of messages

This commit is contained in:
Tykayn 2025-08-14 12:55:15 +02:00 committed by tykayn
parent b7a2331bab
commit fd12bbb259
6 changed files with 66 additions and 57 deletions

View file

@ -16,8 +16,8 @@
line-height: 16px; /* 114.286% */
width: 300px;
position: relative;
left: -64px;
top: -32px;
left: -16px;
top: -42px;
.time-ago {
color: #1E1F22;
@ -50,21 +50,29 @@
max-width: 100%;
.message-content {
padding-right: 60px;
padding-left: 24px;
display: inline-block;
}
&.llm {
background: rgba(#3b87cc, 10%);
margin-right: 100px;
margin-left: 10px;
text-align: left;
padding-bottom: 16px;
.message-content {
margin-left: -25px;
}
.actions {
margin-right: -25px;
margin-right: 24px;
padding-right: 0;
padding-bottom: 0;
}
.user-infos {
top: -22px;
}
}
&.user {
@ -73,8 +81,14 @@
margin-left: 260px;
text-align: right;
padding-top: 12px;
padding-bottom: 12px;
.bottom-actions {
display: none;
}
.message-content {
top: -16px;
position: relative;
}
.actions {
position: relative;