From a23c979045e330e5eb786609351ddc6cfd7a7c26ec2ef05d25bc1528cb64aa6b Mon Sep 17 00:00:00 2001 From: AidarKC Date: Sat, 1 Aug 2026 02:42:11 +0400 Subject: [PATCH] =?UTF-8?q?UI:=20=D0=BE=D0=B1=D1=80=D0=B5=D0=B7=D0=B0?= =?UTF-8?q?=D1=82=D1=8C=20=D0=B0=D0=B2=D0=B0=D1=82=D0=B0=D1=80=D1=8B=20?= =?UTF-8?q?=D0=BA=D0=B0=D0=BD=D0=B0=D0=BB=D0=BE=D0=B2=20=D0=BA=D1=80=D1=83?= =?UTF-8?q?=D0=B3=D0=BE=D0=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- VERSION.properties | 2 +- shine-UI/styles/components.css | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/VERSION.properties b/VERSION.properties index 42d4a1fb..4a4b53f5 100644 --- a/VERSION.properties +++ b/VERSION.properties @@ -1,2 +1,2 @@ -client.version=1.4.14 +client.version=1.4.15 server.version=1.4.4 diff --git a/shine-UI/styles/components.css b/shine-UI/styles/components.css index d4dbfd0c..5a600f16 100644 --- a/shine-UI/styles/components.css +++ b/shine-UI/styles/components.css @@ -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%);