aboutsummaryrefslogtreecommitdiff
path: root/vnext
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2018-11-22 20:10:50 +0300
committerGravatar Vitaly Takmazov2023-01-13 10:37:54 +0300
commit1a4299ee7035c943b6d5c93932a87d1096c9c726 (patch)
tree7232f4f7b8bfe4a0f427d9f067f057922c08d17d /vnext
parent10b6c3e547ad5ab394bf12162d2ee482dcc3baf2 (diff)
Message layout fix
Diffstat (limited to 'vnext')
-rw-r--r--vnext/src/components/Message.css6
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;