mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-02 06:06:41 +01: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"
|
class="plain block"
|
||||||
disabled={uiState === 'loading'}
|
disabled={uiState === 'loading'}
|
||||||
onClick={() => loadNotifications()}
|
onClick={() => loadNotifications()}
|
||||||
|
style={{ marginBlockEnd: '6em' }}
|
||||||
>
|
>
|
||||||
{uiState === 'loading' ? <Loader /> : <>Show more…</>}
|
{uiState === 'loading' ? <Loader /> : <>Show more…</>}
|
||||||
</button>
|
</button>
|
||||||
|
|
Loading…
Reference in a new issue