SHA256
Каналы: исправить редактирование профиля
This commit is contained in:
@@ -4351,17 +4351,17 @@ textarea.input {
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
.channel-row {
|
||||
grid-template-columns: 40px minmax(0, 1fr) 64px;
|
||||
.channel-row {
|
||||
grid-template-columns: 64px minmax(0, 1fr) 64px;
|
||||
gap: 10px;
|
||||
padding: 12px;
|
||||
}
|
||||
|
||||
.channel-row .avatar {
|
||||
width: 38px;
|
||||
height: 38px;
|
||||
min-width: 38px;
|
||||
min-height: 38px;
|
||||
width: 64px;
|
||||
height: 64px;
|
||||
min-width: 64px;
|
||||
min-height: 64px;
|
||||
}
|
||||
|
||||
.channel-row-title {
|
||||
@@ -5034,10 +5034,11 @@ textarea.input {
|
||||
}
|
||||
|
||||
.channel-row .avatar {
|
||||
width: 44px;
|
||||
height: 44px;
|
||||
min-width: 44px;
|
||||
min-height: 44px;
|
||||
width: 68px;
|
||||
height: 68px;
|
||||
min-width: 68px;
|
||||
min-height: 68px;
|
||||
border-radius: 50%;
|
||||
color: #ffffff;
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user