mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-02-20 21:47:46 +01:00
Merge branch 'master' into develop
This commit is contained in:
@@ -440,7 +440,7 @@ define('forum/topic/posts', [
|
||||
blockquotes.each(function () {
|
||||
const $this = $(this);
|
||||
if ($this.find(':hidden:not(br)').length && !$this.find('.toggle').length) {
|
||||
$this.append('<i class="fa fa-angle-down pointer toggle"></i>');
|
||||
$this.append('<i class="d-inline-block fa fa-angle-down pointer toggle py-1 px-3 border text-bg-light"></i>');
|
||||
}
|
||||
});
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user