Добавить ответы в DM и обновить UI чатов

This commit is contained in:
AidarKC
2026-07-10 19:27:49 +04:00
parent 0d2d7b6dc5
commit c9cfb394d7
10 changed files with 526 additions and 15 deletions
+30 -2
View File
@@ -991,6 +991,35 @@
word-break: break-word;
}
.bubble-reply-preview {
display: block;
width: 100%;
margin: 0 0 8px;
padding: 8px 10px;
border: 1px solid rgba(142, 173, 232, 0.22);
border-radius: 10px;
background: rgba(11, 22, 41, 0.34);
text-align: left;
color: inherit;
cursor: pointer;
}
.bubble-reply-preview-author {
font-size: 12px;
font-weight: 700;
color: rgba(250, 221, 155, 0.94);
}
.bubble-reply-preview-text {
margin-top: 3px;
font-size: 12px;
line-height: 1.3;
color: rgba(223, 233, 250, 0.86);
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.bubble-meta {
margin-top: 4px;
display: flex;
@@ -3955,9 +3984,8 @@ html, body { overflow-x: hidden; }
min-width: 0;
font-size: 12px;
line-height: 1.35;
white-space: nowrap;
white-space: pre-line;
overflow: hidden;
text-overflow: ellipsis;
}
.dm-edit-banner__close {