fix: #9150, fix selector so it doesn't add img-responsive to profile pics

This commit is contained in:
Barış Soner Uşaklı
2020-12-25 23:19:45 -05:00
parent 1dd1d3b064
commit 183cabe90f

View File

@@ -19,7 +19,7 @@ define('forum/account/profile', [
};
function processPage() {
$('[component="posts"] img:not(.not-responsive), [component="aboutme"] img:not(.not-responsive)').addClass('img-responsive');
$('[component="posts"] [component="post/content"] img:not(.not-responsive), [component="aboutme"] img:not(.not-responsive)').addClass('img-responsive');
}
function onUserStatusChange(data) {