Каналы: создавать профиль одним блоком

This commit is contained in:
AidarKC
2026-08-01 02:19:29 +04:00
parent 8125d1a124
commit 8303682bd7
11 changed files with 201 additions and 118 deletions
+7 -6
View File
@@ -3649,10 +3649,11 @@ textarea.input {
}
.channel-row .avatar {
width: 42px;
height: 42px;
min-width: 42px;
min-height: 42px;
width: 58px;
height: 58px;
min-width: 58px;
min-height: 58px;
border-radius: 50%;
background: linear-gradient(138deg, #efd193, #c18c42);
color: #17233f;
box-shadow: inset 0 1px 0 rgba(255, 244, 208, 0.58);
@@ -3920,14 +3921,14 @@ textarea.input {
}
.channel-profile-avatar {
--channel-avatar-size: 72px;
--channel-avatar-size: 96px;
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;
border-radius: 50%;
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);