mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FEATURE: Embed images in tweets with dimensions, if present
This commit is contained in:
@@ -135,6 +135,18 @@ aside.onebox {
|
||||
float: left;
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
.tweet-images {
|
||||
display: block;
|
||||
clear: both;
|
||||
|
||||
img.tweet-image {
|
||||
margin-top: 1em;
|
||||
max-width: 100%;
|
||||
max-height: 100%;
|
||||
float: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user