UI: отключение вкладки чатов и исправление загрузки каналов

This commit is contained in:
AidarKC
2026-05-19 00:04:34 +03:00
parent ab31ccf6d8
commit a332ddc828
6 changed files with 56 additions and 8 deletions
+6
View File
@@ -3545,6 +3545,12 @@ textarea.input {
box-shadow: inset 0 1px 0 rgba(255, 238, 197, 0.3);
}
.channels-screen--list .channels-tab-btn.is-disabled {
text-decoration: line-through;
text-decoration-thickness: 1.5px;
opacity: 0.72;
}
.toolbar {
background: rgba(18, 24, 38, 0.4);
backdrop-filter: blur(25px);