Skip to content

Commit 395921d

Browse files
committed
try to fix overlapping buttons in apps-management
Signed-off-by: szaimen <szaimen@e.mail.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
1 parent 47e03cb commit 395921d

File tree

6 files changed

+15
-7
lines changed

6 files changed

+15
-7
lines changed

apps/settings/css/settings.scss

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1034,15 +1034,20 @@ span.version {
10341034
}
10351035

10361036
.counter {
1037+
padding: 14px;
10371038
padding-left: $header-height - 10px;
1038-
margin: 10px;
1039+
width: 100%;
1040+
background-color: var(--color-main-background);
1041+
position: fixed;
1042+
z-index: 1;
10391043
}
10401044

10411045
&.installed {
10421046
.apps-list-container {
10431047
display: table;
10441048
width: 100%;
10451049
height: auto;
1050+
margin-top: 48px;
10461051
}
10471052

10481053
margin-bottom: 100px;

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.') }}
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"

dist/settings-apps-647.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/settings-apps-647.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/settings-vue-settings-apps-users-management.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/settings-vue-settings-apps-users-management.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)