SHA256
Обновить список каналов и кнопку сообщения
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user