SHA256
fix(ui): чат метаданные сообщений и корректная раскладка backlog type2
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user