Give appstore loading progress bar more space

This commit is contained in:
Johannes Zellner
2025-09-22 21:16:40 +02:00
parent 42c9166df2
commit d08d4962a5
+1 -1
View File
@@ -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">