fix(front):make alert more discrete
This commit is contained in:
parent
422a0333ac
commit
1e714dd28e
|
@ -73,7 +73,6 @@ watch(() => props.url, () => {
|
||||||
/>
|
/>
|
||||||
<Alert
|
<Alert
|
||||||
v-if="!isLoading && libraries.length === 0"
|
v-if="!isLoading && libraries.length === 0"
|
||||||
blue
|
|
||||||
style="grid-column: 1 / -1;"
|
style="grid-column: 1 / -1;"
|
||||||
>
|
>
|
||||||
{{ t('components.federation.LibraryWidget.empty.noMatch') }}
|
{{ t('components.federation.LibraryWidget.empty.noMatch') }}
|
||||||
|
|
Loading…
Reference in New Issue