Some breathing space for "Show more" button

pull/4/head
Lim Chee Aun 2022-12-15 17:00:11 +08:00
rodzic a5177b3b70
commit 95519a538e
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

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