fix(ui): чат метаданные сообщений и корректная раскладка backlog type2

This commit is contained in:
AidarKC
2026-04-23 13:41:13 +03:00
parent 78d6124f2a
commit e9f58ca004
4 changed files with 90 additions and 9 deletions
+26
View File
@@ -796,6 +796,32 @@
line-height: 1.35;
}
.bubble-text {
white-space: pre-wrap;
word-break: break-word;
}
.bubble-meta {
margin-top: 4px;
display: flex;
justify-content: flex-end;
align-items: center;
gap: 5px;
font-size: 9px;
line-height: 1.1;
color: rgba(198, 214, 247, 0.78);
}
.bubble-time {
letter-spacing: 0.01em;
}
.bubble-status {
min-width: 14px;
text-align: right;
color: rgba(215, 230, 255, 0.92);
}
.bubble.in {
justify-self: start;
background: #1f2c46;