SHA256
UI: обрезать аватары каналов кругом
This commit is contained in:
+1
-1
@@ -1,2 +1,2 @@
|
|||||||
client.version=1.4.14
|
client.version=1.4.15
|
||||||
server.version=1.4.4
|
server.version=1.4.4
|
||||||
|
|||||||
@@ -5039,10 +5039,20 @@ textarea.input {
|
|||||||
min-width: 68px;
|
min-width: 68px;
|
||||||
min-height: 68px;
|
min-height: 68px;
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
|
overflow: hidden;
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
font-weight: 700;
|
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 {
|
.channel-row-title {
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
font-size: 17px;
|
font-size: 17px;
|
||||||
@@ -6352,6 +6362,7 @@ html, body { overflow-x: hidden; }
|
|||||||
.profile-screen .avatar.large {
|
.profile-screen .avatar.large {
|
||||||
position: relative;
|
position: relative;
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
|
overflow: hidden;
|
||||||
border: 1px solid rgba(130, 198, 255, 0.62);
|
border: 1px solid rgba(130, 198, 255, 0.62);
|
||||||
background:
|
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%);
|
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%);
|
||||||
|
|||||||
Reference in New Issue
Block a user