mirror of
https://github.com/LBRYFoundation/lbry-desktop.git
synced 2025-09-03 02:35:12 +00:00
fix: loading indicator on claimList
This commit is contained in:
parent
0fcadf658e
commit
db1029a441
2 changed files with 1 additions and 5 deletions
|
@ -91,7 +91,7 @@ export default function ClaimList(props: Props) {
|
||||||
{header !== false && (
|
{header !== false && (
|
||||||
<div className={classnames('claim-list__header', { 'claim-list__header--small': type === 'small' })}>
|
<div className={classnames('claim-list__header', { 'claim-list__header--small': type === 'small' })}>
|
||||||
{header}
|
{header}
|
||||||
{loading && <Spinner light type="small" />}
|
{loading && <Spinner type="small" />}
|
||||||
<div className="claim-list__alt-controls">
|
<div className="claim-list__alt-controls">
|
||||||
{headerAltControls}
|
{headerAltControls}
|
||||||
{defaultSort && (
|
{defaultSort && (
|
||||||
|
|
|
@ -26,8 +26,4 @@
|
||||||
fieldset:not(:first-child) {
|
fieldset:not(:first-child) {
|
||||||
margin-top: var(--spacing-large);
|
margin-top: var(--spacing-large);
|
||||||
}
|
}
|
||||||
|
|
||||||
label {
|
|
||||||
color: $lbry-white;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue