SHA256
UI: обрезать аватары каналов кругом
This commit is contained in:
@@ -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%);
|
||||
|
||||
Reference in New Issue
Block a user