refactor: polish UI details
This commit is contained in:
@@ -413,7 +413,7 @@ const NoteList = forwardRef<
|
||||
) : (
|
||||
list
|
||||
)}
|
||||
<div className="h-40" />
|
||||
<div className="h-20" />
|
||||
{filteredNewEvents.length > 0 && (
|
||||
<NewNotesButton newEvents={filteredNewEvents} onClick={showNewEvents} />
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user