0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-03-25 02:31:59 -05:00

Fixed bug for darkmode

- Fixed a bug for darkmode not being loaded properly
This commit is contained in:
Peter Zimon 2022-07-11 15:23:20 +02:00
parent eea1bf19a1
commit 3a5813fbf5

View file

@ -50,7 +50,7 @@ const CommentsBox = (props) => {
};
return (
<section className={'ghost-display' + containerClass} style={style}>
<section className={'ghost-display ' + containerClass} style={style}>
<Pagination />
<div className={!pagination ? 'mt-4' : ''}>
{commentsElements}