mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-07-01 01:38:16 +02:00
img-responsive on about me images
This commit is contained in:
@@ -40,7 +40,7 @@ define('forum/account/profile', ['forum/account/header', 'forum/infinitescroll',
|
||||
};
|
||||
|
||||
function processPage() {
|
||||
$('[component="posts"] img').addClass('img-responsive');
|
||||
$('[component="posts"] img, [component="aboutme"] img').addClass('img-responsive');
|
||||
|
||||
$('[component="post/content"] blockquote').prev('p').remove();
|
||||
$('[component="post/content"] blockquote').remove();
|
||||
|
||||
Reference in New Issue
Block a user