mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-07-06 23:18:03 +02:00
fix(torrents): comment image css of torrents
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user