UX: sane max-height for onebox images
This commit is contained in:
parent
a9a0e626db
commit
615fd2eb87
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue