fix(avatars): fix egg shaped avatars (#5420) r=@shane-tomlinson
Fixes #5011 Nice, simple fix @vladikoff, thanks!
This commit is contained in:
Родитель
c6f715c2c5
Коммит
f73a15ee9c
|
@ -19,17 +19,22 @@
|
|||
width: 120px;
|
||||
}
|
||||
|
||||
img,
|
||||
.change-avatar {
|
||||
display: block;
|
||||
height: 120px;
|
||||
width: 120px;
|
||||
}
|
||||
|
||||
@include respond-to('trustedUI') {
|
||||
background-size: 100px auto;
|
||||
height: 100px;
|
||||
width: 100px;
|
||||
}
|
||||
|
||||
img,
|
||||
.change-avatar {
|
||||
display: block;
|
||||
height: 120px;
|
||||
width: 120px;
|
||||
img {
|
||||
height: 100px;
|
||||
width: 100px;
|
||||
}
|
||||
}
|
||||
|
||||
small {
|
||||
|
|
Загрузка…
Ссылка в новой задаче