Обновить UI чата и закрыть проверенные DM задачи

This commit is contained in:
AidarKC
2026-07-10 12:26:36 +04:00
parent 0fb1147eb7
commit 5a5e9c01ce
9 changed files with 320 additions and 57 deletions
+36
View File
@@ -44,6 +44,26 @@
justify-content: flex-end;
}
.chat-header-icon-btn {
min-width: 42px;
width: 42px;
padding: 0;
display: inline-flex;
align-items: center;
justify-content: center;
font-size: 20px;
line-height: 1;
}
.chat-header-call-btn {
border-radius: 12px;
}
.chat-header-menu-btn {
border-radius: 12px;
font-size: 24px;
}
.icon-btn,
.text-btn,
.primary-btn,
@@ -4062,6 +4082,22 @@ html, body { overflow-x: hidden; }
background: rgba(112, 28, 28, 0.22);
}
.dm-confirm-check {
display: flex;
align-items: flex-start;
gap: 10px;
padding: 10px 12px;
border-radius: 14px;
background: rgba(17, 26, 46, 0.62);
border: 1px solid rgba(255, 255, 255, 0.1);
color: #d9e6ff;
font-size: 14px;
}
.dm-confirm-check input {
margin-top: 2px;
}
.speech-actions-top {
display: grid;
grid-template-columns: 1fr 1fr;