UI: улучшить создание канала и окно загрузки

This commit is contained in:
AidarKC
2026-08-07 15:15:56 +04:00
parent 3f402fbde7
commit 57a99b478a
4 changed files with 61 additions and 26 deletions
+27 -5
View File
@@ -6584,15 +6584,37 @@ html, body { overflow-x: hidden; }
.channel-avatar-status-text {
margin: 0;
color: rgba(255, 236, 194, 0.95);
font-weight: 600;
color: rgba(255, 255, 255, 0.96);
font-weight: 500;
font-size: 12px;
line-height: 1.35;
}
.channel-avatar-status-line {
margin: 2px 0 0;
color: rgba(255, 255, 255, 0.96);
font-size: 12px;
line-height: 1.35;
}
.channel-avatar-txid {
margin: 4px 0 0;
margin: 0;
word-break: break-all;
color: rgba(255, 255, 255, 0.86);
font-size: 12px;
color: rgba(255, 255, 255, 0.96);
font-size: 11px;
}
.channel-avatar-status-pending {
color: rgba(255, 255, 255, 0.82);
}
.channel-create-login-hint {
font-size: 11px;
line-height: 1.35;
}
.channel-link-preview {
min-height: 18px;
}
.channel-avatar-remove-btn {