fix profile comment page image attachments
This commit is contained in:
@@ -8823,6 +8823,10 @@ video.autoplay-gif {
|
|||||||
max-width: 480px;
|
max-width: 480px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.comment-content .image-embed-wrap {
|
||||||
|
max-width: 200px;
|
||||||
|
}
|
||||||
|
|
||||||
.admin-delete-attachment-btn {
|
.admin-delete-attachment-btn {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 5px;
|
top: 5px;
|
||||||
@@ -9456,7 +9460,7 @@ video.sidebar-comment-img.emoji {
|
|||||||
.comment-content img:not(.emoji) {
|
.comment-content img:not(.emoji) {
|
||||||
display: block;
|
display: block;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
max-width: 480px;
|
max-width: 200px;
|
||||||
width: auto;
|
width: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user