Каналы: добавить профиль через TEXT_CHANNEL_META

This commit is contained in:
AidarKC
2026-08-01 01:57:41 +04:00
parent 24afcba20a
commit 110ff5e12e
31 changed files with 1312 additions and 191 deletions
+73 -2
View File
@@ -3884,6 +3884,66 @@ textarea.input {
padding-bottom: 9px;
}
.channel-system-event-card {
display: flex;
align-items: center;
justify-content: space-between;
gap: 10px;
padding: 9px 11px;
border-color: rgba(255, 210, 130, 0.22);
background: rgba(89, 67, 31, 0.22);
color: rgba(255, 235, 188, 0.92);
cursor: pointer;
}
.channel-system-event-card small {
flex: 0 0 auto;
color: rgba(255, 255, 255, 0.48);
font-size: 11px;
}
.channel-profile-card {
align-items: stretch;
}
.channel-profile-modal-head {
display: flex;
align-items: center;
justify-content: space-between;
gap: 10px;
}
.channel-profile-edit-btn {
width: 38px;
padding-left: 0;
padding-right: 0;
}
.channel-profile-avatar {
--channel-avatar-size: 72px;
width: var(--channel-avatar-size);
height: var(--channel-avatar-size);
display: inline-flex;
align-items: center;
justify-content: center;
align-self: center;
border-radius: 22px;
background: linear-gradient(145deg, rgba(255, 214, 122, 0.22), rgba(56, 41, 22, 0.65));
border: 1px solid rgba(255, 226, 155, 0.24);
color: rgba(255, 236, 194, 0.95);
font-size: calc(var(--channel-avatar-size) * 0.42);
font-weight: 700;
overflow: hidden;
}
.channel-profile-avatar img,
.avatar img {
width: 100%;
height: 100%;
display: block;
object-fit: cover;
}
.deleted-message-pill {
appearance: none;
width: 100%;
@@ -4983,8 +5043,19 @@ textarea.input {
.channel-row-title {
color: #ffffff;
font-size: 15px;
font-weight: 700;
font-size: 17px;
font-weight: 800;
letter-spacing: 0.01em;
}
.channel-row-technical {
margin: -2px 0 0;
color: rgba(255, 255, 255, 0.46);
font-size: 11px;
line-height: 1.2;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.channel-row-message {