fix profile comment page image attachments

This commit is contained in:
2026-07-17 17:57:46 +02:00
parent 5388813da9
commit a06beef458

View File

@@ -8823,6 +8823,10 @@ video.autoplay-gif {
max-width: 480px;
}
.comment-content .image-embed-wrap {
max-width: 200px;
}
.admin-delete-attachment-btn {
position: absolute;
top: 5px;
@@ -9456,7 +9460,7 @@ video.sidebar-comment-img.emoji {
.comment-content img:not(.emoji) {
display: block;
cursor: pointer;
max-width: 480px;
max-width: 200px;
width: auto;
}