Update:Increase size of more menu icon on items page

This commit is contained in:
advplyr 2024-07-18 16:06:37 -05:00
parent 03be947ad6
commit e925e9b23f

View File

@ -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>