UX: sane max-height for onebox images

This commit is contained in:
Arpit Jalan 2017-01-03 21:06:49 +05:30
parent a9a0e626db
commit 615fd2eb87
1 changed files with 1 additions and 1 deletions

View File

@ -131,7 +131,7 @@ aside.onebox {
} }
img { img {
max-height: 80%; max-height: 170px;
max-width: 20%; max-width: 20%;
height: auto; height: auto;
float: left; float: left;