mirror of
https://github.com/nextcloud/server.git
synced 2026-06-11 09:42:09 -04:00
Merge pull request #29995 from nextcloud/fix/profile-actions-menu
Fix profile actions menu with 6 or more actions
This commit is contained in:
commit
977cea1ee2
3 changed files with 14 additions and 14 deletions
20
core/js/dist/profile.js
vendored
20
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