style: adjust spacing
This commit is contained in:
parent
5ff37826d8
commit
a613615382
2 changed files with 1 additions and 9 deletions
|
|
@ -121,7 +121,7 @@ export default function NoteList({
|
|||
return (
|
||||
<>
|
||||
{newEvents.length > 0 && (
|
||||
<div className="flex justify-center w-full mb-4">
|
||||
<div className="flex justify-center w-full sm:mb-4 max-sm:mt-2">
|
||||
<Button size="lg" onClick={showNewEvents}>
|
||||
{t('show new notes')}
|
||||
</Button>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue