UI: обновлена шапка каналов, закрыты pending-задачи и обновлены версии

This commit is contained in:
AidarKC
2026-05-26 00:30:49 +03:00
parent 8941582d54
commit f1cfe9b6aa
18 changed files with 815 additions and 40 deletions
+38
View File
@@ -2742,6 +2742,37 @@ textarea.input {
gap: 8px;
}
.channels-top-left {
display: flex;
align-items: center;
gap: 8px;
min-width: 0;
}
.channels-top-title {
font-size: 16px;
line-height: 1.2;
color: rgba(255, 255, 255, 0.9);
white-space: nowrap;
}
.channels-top-switch-btn {
min-height: 36px;
white-space: nowrap;
}
.channels-top-back-btn,
.channels-top-add-btn {
width: 36px;
height: 36px;
min-width: 36px;
min-height: 36px;
padding: 0;
display: inline-flex;
align-items: center;
justify-content: center;
}
.channels-top-action-btn {
min-height: 38px;
padding: 8px 12px;
@@ -3794,6 +3825,13 @@ textarea.input {
margin-right: 24px;
}
.channels-screen--list .channels-top-bar {
margin-left: 24px;
margin-right: 24px;
margin-top: 16px;
margin-bottom: 12px;
}
.channels-screen--list .channel-row {
margin-top: 16px;
margin-bottom: 16px;