Skip to content

Commit

Permalink
Update:Increase size of more menu icon on items page
Browse files Browse the repository at this point in the history
  • Loading branch information
advplyr committed Jul 18, 2024
1 parent 03be947 commit e925e9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/pages/item/_id/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
<ui-context-menu-dropdown v-if="contextMenuItems.length" :items="contextMenuItems" :menu-width="148" @action="contextMenuAction">
<template #default="{ showMenu, clickShowMenu, disabled }">
<button type="button" :disabled="disabled" class="mx-0.5 icon-btn bg-primary border border-gray-600 w-9 h-9 rounded-md flex items-center justify-center relative" aria-haspopup="listbox" :aria-expanded="showMenu" @click.stop.prevent="clickShowMenu">
<span class="material-symbols">more_horiz</span>
<span class="material-symbols text-2xl">more_horiz</span>
</button>
</template>
</ui-context-menu-dropdown>
Expand Down

0 comments on commit e925e9b

Please sign in to comment.