mirror of
https://github.com/cheeaun/phanpy.git
synced 2024-12-18 06:21:45 +03:00
Some breathing space for "Show more" button
This commit is contained in:
parent
a5177b3b70
commit
95519a538e
1 changed files with 1 additions and 0 deletions
|
@ -338,6 +338,7 @@ export default () => {
|
|||
class="plain block"
|
||||
disabled={uiState === 'loading'}
|
||||
onClick={() => loadNotifications()}
|
||||
style={{ marginBlockEnd: '6em' }}
|
||||
>
|
||||
{uiState === 'loading' ? <Loader /> : <>Show more…</>}
|
||||
</button>
|
||||
|
|
Loading…
Reference in a new issue