Give appstore loading progress bar more space
This commit is contained in:
@@ -209,7 +209,7 @@ onUnmounted(() => {
|
||||
<TextInput ref="searchInput" @keydown.esc="search = ''" v-model="search" :disabled="!ready" :placeholder="$t('appstore.searchPlaceholder')" style="flex-grow: 1;"/>
|
||||
</div>
|
||||
|
||||
<div v-if="!ready">
|
||||
<div v-if="!ready" style="margin-top: 15px">
|
||||
<ProgressBar mode="indeterminate" :show-label="false" :slim="true"/>
|
||||
</div>
|
||||
<div v-else-if="appstoreTokenError">
|
||||
|
||||
Reference in New Issue
Block a user