mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2026-06-23 04:10:17 +00:00
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:
committed by
Erik Michelson
parent
d60a67ee33
commit
8729fb207b
+1
-1
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user