diff options
-rw-r--r-- | vnext/src/components/Message.css | 6 |
1 files 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; |