mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-01-05 07:10:30 +01:00
fix: #13090, update themes fix selector
This commit is contained in:
@@ -110,8 +110,8 @@
|
||||
"nodebb-rewards-essentials": "1.0.0",
|
||||
"nodebb-theme-harmony": "2.0.5",
|
||||
"nodebb-theme-lavender": "7.1.17",
|
||||
"nodebb-theme-peace": "2.2.34",
|
||||
"nodebb-theme-persona": "14.0.3",
|
||||
"nodebb-theme-peace": "2.2.35",
|
||||
"nodebb-theme-persona": "14.0.4",
|
||||
"nodebb-widget-essentials": "7.0.32",
|
||||
"nodemailer": "6.9.16",
|
||||
"nprogress": "0.2.0",
|
||||
|
||||
@@ -327,7 +327,7 @@ define('search', [
|
||||
});
|
||||
});
|
||||
|
||||
$('.search-result-text').find('img:not(.not-responsive)').addClass('img-fluid');
|
||||
$('.search-results .content').find('img:not(.not-responsive)').addClass('img-fluid');
|
||||
};
|
||||
|
||||
return Search;
|
||||
|
||||
Reference in New Issue
Block a user