fix(explore): add extra margin to endMessage of infinity scroll

This way the message doesn't seem so squeezed in

Signed-off-by: Philip Molares <philip.molares@udo.edu>
This commit is contained in:
Philip Molares
2026-04-29 20:17:38 +02:00
committed by Erik Michelson
parent d60a67ee33
commit 8729fb207b
@@ -103,7 +103,7 @@ export const NotesList: React.FC<NotesListProps> = ({ mode, sort, searchFilter,
</div>
}
endMessage={
<div className={'text-center fs-4'}>
<div className={'text-center fs-4 mt-4'}>
<p>
<Trans i18nKey={'explore.noMoreNotesFound'} />
</p>