Merge branch 'fix-mobile-avatars' into 'develop'
fix avatars in mobile view See merge request pleroma/pleroma-fe!1479
This commit is contained in:
commit
2cd8a3ec8d
@ -402,17 +402,17 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
@media all and (max-width: 800px) {
|
@media all and (max-width: 800px) {
|
||||||
.repeater-avatar {
|
> .repeater-avatar {
|
||||||
margin-left: 20px;
|
margin-left: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.avatar:not(.repeater-avatar) {
|
> .avatar:not(.repeater-avatar) {
|
||||||
width: 40px;
|
width: 40px;
|
||||||
height: 40px;
|
height: 40px;
|
||||||
|
|
||||||
// TODO define those other way somehow?
|
// TODO define those other way somehow?
|
||||||
// stylelint-disable rscss/class-format
|
// stylelint-disable rscss/class-format
|
||||||
&.avatar-compact {
|
&.-compact {
|
||||||
width: 32px;
|
width: 32px;
|
||||||
height: 32px;
|
height: 32px;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user