UI: убрать голосовой ввод и связанные настройки

This commit is contained in:
AidarKC
2026-07-22 19:18:56 +04:00
parent a183a586cb
commit 681437acb1
15 changed files with 14 additions and 561 deletions
-26
View File
@@ -5029,22 +5029,6 @@ html, body { overflow-x: hidden; }
height: 0;
}
.voice-level-wrap {
width: 100%;
height: 8px;
border-radius: 999px;
background: rgba(255, 255, 255, 0.15);
overflow: hidden;
}
.voice-level-fill {
width: 2%;
height: 100%;
border-radius: 999px;
background: rgba(212, 175, 55, 0.95);
transition: width 80ms linear;
}
.dm-screen .input,
.dm-input {
background: rgba(255, 255, 255, 0.04);
@@ -5140,16 +5124,6 @@ html, body { overflow-x: hidden; }
margin-top: 2px;
}
.speech-actions-top {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 8px;
}
.speech-send-now-btn {
width: 100%;
}
.dm-screen .dm-list > .card.meta-muted {
width: calc(100% - 40px);
margin: 0 20px;