From 1a4299ee7035c943b6d5c93932a87d1096c9c726 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Thu, 22 Nov 2018 20:10:50 +0300 Subject: Message layout fix --- vnext/src/components/Message.css | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/vnext/src/components/Message.css b/vnext/src/components/Message.css index 291ca562..779cc85f 100644 --- a/vnext/src/components/Message.css +++ b/vnext/src/components/Message.css @@ -22,8 +22,9 @@ article .ir a { cursor: zoom-in; display: block; } -article .ir img { +.msg-cont .ir img { max-width: 100%; + height: auto; } article > nav.l, .msg-cont > nav.l { @@ -93,7 +94,6 @@ article .tags > a, line-height: 140%; margin-bottom: 12px; padding: 20px; - width: 640px; } .reply-new .msg-cont { border-right: 5px solid #0C0; @@ -135,7 +135,6 @@ article .tags > a, } .msg-comment { display: flex; - width: 100%; margin-top: 10px; } .msg-comment-hidden { @@ -181,7 +180,6 @@ article .tags > a, background: #fff; margin: 20px 0; padding: 10px 20px; - width: 640px; } .title2-right { float: right; -- cgit v1.2.3