1
0
Fork 0

Some breathing space for "Show more" button

This commit is contained in:
Lim Chee Aun 2022-12-15 17:00:11 +08:00
parent a5177b3b70
commit 95519a538e

View file

@ -338,6 +338,7 @@ export default () => {
class="plain block"
disabled={uiState === 'loading'}
onClick={() => loadNotifications()}
style={{ marginBlockEnd: '6em' }}
>
{uiState === 'loading' ? <Loader /> : <>Show more&hellip;</>}
</button>