diff --git a/applications/armored-chat/index.css b/applications/armored-chat/index.css index 24d86e3..9cb556c 100644 --- a/applications/armored-chat/index.css +++ b/applications/armored-chat/index.css @@ -99,6 +99,8 @@ body .page .content.message-list .message .body .image-container img { } body .page .content.message-list .message .embeds { width: 100%; + word-wrap: anywhere; + overflow-x: hidden; overflow-x: hidden; } body .page .content.message-list .message .embeds a { diff --git a/applications/armored-chat/index.scss b/applications/armored-chat/index.scss index 2a01da4..1e7119d 100644 --- a/applications/armored-chat/index.scss +++ b/applications/armored-chat/index.scss @@ -107,15 +107,14 @@ body { img { width: auto; height: 100%; - - // max-width: 400px; - // max-height: 300px; } } } .embeds { width: 100%; + word-wrap: anywhere; + overflow-x: hidden; overflow-x: hidden; a { @@ -128,8 +127,6 @@ body { max-height: 300px; img { - // width: auto; - // height: 100%; max-width: 400px; max-height: 300px; }