mirror of
https://github.com/TitanEmbeds/Titan.git
synced 2024-11-15 02:21:21 +01:00
Image to not exceed too big of a height while keeping aspect ratio
This commit is contained in:
parent
5fb860caca
commit
e9193912ca
@ -587,6 +587,8 @@ p.mentioned span.chatmessage {
|
|||||||
#chatcontent img.attachment {
|
#chatcontent img.attachment {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
max-width: 300px;
|
max-width: 300px;
|
||||||
|
max-height: 300px;
|
||||||
|
object-fit: contain;
|
||||||
}
|
}
|
||||||
|
|
||||||
#emoji-picker {
|
#emoji-picker {
|
||||||
|
Loading…
Reference in New Issue
Block a user