Обновить список каналов и кнопку сообщения

This commit is contained in:
AidarKC
2026-06-24 14:59:08 +04:00
parent 77f5759d60
commit f9a15ab192
7 changed files with 146 additions and 188 deletions
+13
View File
@@ -4861,6 +4861,19 @@ html, body { overflow-x: hidden; }
margin-top: 6px !important;
}
.channels-screen--channel .channel-main-action--compose {
position: sticky;
bottom: -12px;
margin: 16px 20px 0;
width: calc(100% - 40px);
background: linear-gradient(135deg, #f5cf4f, #e2ad1f);
border: 1px solid rgba(255, 215, 97, 0.85);
color: #2f2200;
font-weight: 700;
box-shadow: 0 14px 28px rgba(226, 173, 31, 0.24);
z-index: 3;
}
.toolbar {
background: rgba(18, 24, 38, 0.4);
backdrop-filter: blur(25px);