Fix appstore view layout

This commit is contained in:
Johannes Zellner
2025-09-19 18:55:43 +02:00
parent 1d49af144c
commit 5d1c6d35f7
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -349,7 +349,7 @@ onMounted(async () => {
<div style="flex-grow: 1; display: flex; flex-direction: column; overflow: hidden; height: 100%;">
<Headerbar :config="config" :subscription="subscription"/>
<div style="display: flex; justify-content: center; overflow: auto; flex-grow: 1; padding: 0 6px; position: relative;">
<div style="display: flex; justify-content: center; overflow: auto; flex-grow: 1; padding: 0; margin: 0 10px; position: relative;">
<AppsView v-if="view === VIEWS.APPS" />
<AppConfigureView v-else-if="view === VIEWS.APP" />
<AppearanceView v-else-if="view === VIEWS.APPEARANCE" />