mirror of
https://github.com/discourse/discourse.git
synced 2025-09-06 09:10:25 +08:00
Merge pull request #3372 from techAPJ/patch-3
FIX: scale large vertial images for onebox
This commit is contained in:
commit
f996b77470
1 changed files with 1 additions and 1 deletions
|
@ -131,7 +131,7 @@ aside.onebox {
|
|||
|
||||
img {
|
||||
max-height: 80%;
|
||||
max-width: 25%;
|
||||
max-width: 20%;
|
||||
height: auto;
|
||||
float: left;
|
||||
margin-right: 10px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue