Fix profile actions menu

Signed-off-by: Christopher Ng <chrng8@gmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
This commit is contained in:
Christopher Ng 2021-12-01 18:22:16 +00:00 committed by nextcloud-command
parent b67c6d9730
commit 7fd7f73ab0
3 changed files with 6 additions and 6 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"