mirror of
https://github.com/nextcloud/server.git
synced 2026-06-11 01:30:50 -04:00
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:
parent
b67c6d9730
commit
7fd7f73ab0
3 changed files with 6 additions and 6 deletions
4
core/js/dist/profile.js
vendored
4
core/js/dist/profile.js
vendored
File diff suppressed because one or more lines are too long
2
core/js/dist/profile.js.map
vendored
2
core/js/dist/profile.js.map
vendored
File diff suppressed because one or more lines are too long
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue