fix(torrents): comment image css of torrents

This commit is contained in:
OldHawk
2018-04-28 16:55:43 +08:00
parent eec0d98afa
commit 9d9b8e0611

View File

@@ -105,6 +105,11 @@
min-height: 42px;
.timeline-comment-body-text {
padding-top: 10px;
p {
img {
max-width: 100%;
}
}
}
.timeline-comment-body-edited-text {
font-size: 12px;
@@ -125,6 +130,9 @@
.timeline-comment-sub-body {
p {
margin: 0 0 5px;
img {
max-width: 100%;
}
}
.reply-by {
margin-left: 35px;