Skip to content

Commit f334139

Browse files
committed
try to fix overlapping buttons in apps-management
Signed-off-by: szaimen <szaimen@e.mail.de>
1 parent 47e03cb commit f334139

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

apps/settings/src/components/AppList.vue

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@
3333
{{ t('settings', 'Update all') }}
3434
</button>
3535
</div>
36+
<div v-if="!showUpdateAll" class="counter">
37+
{{ t('settings', 'All apps are up-to-date.', {counter}) }}
38+
</div>
3639
<transition-group name="app-list" tag="div" class="apps-list-container">
3740
<AppItem v-for="app in apps"
3841
:key="app.id"

0 commit comments

Comments
 (0)