fix: avatar bis

This commit is contained in:
Kazhnuz 2020-05-13 12:24:51 +02:00
parent 1242e9e769
commit 860eceb8fa
1 changed files with 2 additions and 2 deletions

View File

@ -187,11 +187,11 @@ $preview-height: 8*$lineheight;
} }
.mwarea { .mwarea {
height:5*$lineheight; padding-bottom: $lineheight;
} }
.mwaimg { .mwaimg {
width:auto; width:100%;
height:auto; height:auto;
display:block; display:block;
margin:auto; margin:auto;