forked from retoor/snek
fix: extend max-width constraint to video and iframe inside message-content
This commit is contained in:
@@ -161,8 +161,11 @@ hyphens: auto;
|
|||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.message-content img {
|
.message-content {
|
||||||
max-width: 100%;
|
|
||||||
|
img, video, iframe {
|
||||||
|
max-width: 100%;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.chat-messages .message .message-content .time {
|
.chat-messages .message .message-content .time {
|
||||||
|
|||||||
Reference in New Issue
Block a user