mirror of
https://github.com/discourse/discourse.git
synced 2024-11-27 19:30:23 -06:00
FIX: scale large vertial images for onebox
This commit is contained in:
parent
334f89ca16
commit
64d0eb567d
@ -131,7 +131,7 @@ aside.onebox {
|
||||
|
||||
img {
|
||||
max-height: 80%;
|
||||
max-width: 25%;
|
||||
max-width: 20%;
|
||||
height: auto;
|
||||
float: left;
|
||||
margin-right: 10px;
|
||||
|
Loading…
Reference in New Issue
Block a user