mirror of
https://github.com/discourse/discourse.git
synced 2025-09-07 12:02:53 +08:00
FIX: scale large vertial images for onebox
This commit is contained in:
parent
334f89ca16
commit
64d0eb567d
1 changed files with 1 additions and 1 deletions
|
@ -131,7 +131,7 @@ aside.onebox {
|
||||||
|
|
||||||
img {
|
img {
|
||||||
max-height: 80%;
|
max-height: 80%;
|
||||||
max-width: 25%;
|
max-width: 20%;
|
||||||
height: auto;
|
height: auto;
|
||||||
float: left;
|
float: left;
|
||||||
margin-right: 10px;
|
margin-right: 10px;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue