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%);