UI: обрезать аватары каналов кругом

This commit is contained in:
AidarKC
2026-08-01 02:42:11 +04:00
parent 13da7287b1
commit a23c979045
2 changed files with 12 additions and 1 deletions
+1 -1
View File
@@ -1,2 +1,2 @@
client.version=1.4.14
client.version=1.4.15
server.version=1.4.4
+11
View File
@@ -5039,10 +5039,20 @@ textarea.input {
min-width: 68px;
min-height: 68px;
border-radius: 50%;
overflow: hidden;
color: #ffffff;
font-weight: 700;
}
.channel-row .avatar img {
width: 100%;
height: 100%;
display: block;
object-fit: cover;
object-position: center;
border-radius: 50%;
}
.channel-row-title {
color: #ffffff;
font-size: 17px;
@@ -6352,6 +6362,7 @@ html, body { overflow-x: hidden; }
.profile-screen .avatar.large {
position: relative;
border-radius: 50%;
overflow: hidden;
border: 1px solid rgba(130, 198, 255, 0.62);
background:
radial-gradient(circle at 30% 28%, rgba(161, 204, 255, 0.95), rgba(89, 141, 220, 0.92) 46%, rgba(32, 71, 136, 0.95) 72%, rgba(20, 48, 99, 0.98) 100%);