Merge pull request #29995 from nextcloud/fix/profile-actions-menu

Fix profile actions menu with 6 or more actions
This commit is contained in:
Louis 2021-12-01 18:04:00 +01:00 committed by GitHub
commit 977cea1ee2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 14 additions and 14 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -93,10 +93,10 @@
</ActionLink>
</Actions>
<template v-if="otherActions">
<Actions v-for="action in otherActions"
:key="action.id"
<Actions
:force-menu="true">
<ActionLink
<ActionLink v-for="action in otherActions"
:key="action.id"
:class="{ 'icon-invert': colorMainBackground === '#181818' }"
:close-after-click="true"
:icon="action.icon"