UI: шапка channel owner/name и унификация карточек треда

This commit is contained in:
AidarKC
2026-05-19 14:22:28 +03:00
parent 3e62a2a01c
commit 1e1cdd9e76
5 changed files with 134 additions and 66 deletions
+19 -1
View File
@@ -2341,6 +2341,14 @@ textarea.input {
backdrop-filter: blur(12px);
}
.channel-header-route-btn {
max-width: 68vw;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
font-size: 13px;
}
.thread-node-heading {
color: #f1dcab;
font-size: 15px;
@@ -2381,6 +2389,11 @@ textarea.input {
gap: 8px;
}
.channels-screen--thread .thread-node-actions {
display: flex !important;
grid-template-columns: none !important;
}
.thread-node-level {
--depth: 0;
margin-left: calc(var(--depth) * 12px);
@@ -2389,11 +2402,16 @@ textarea.input {
.thread-block {
gap: 8px;
border-radius: 15px;
padding: 10px;
padding: 8px;
border: 1px solid rgba(151, 174, 221, 0.2);
background: linear-gradient(160deg, rgba(10, 21, 43, 0.72), rgba(8, 16, 31, 0.78));
}
.channels-screen--thread .thread-node-card {
padding: 14px;
margin-bottom: 10px;
}
.thread-block--ancestors > .section-title {
color: #b9cbef;
}