diff --git a/webclient-vue/src/components/layout/PageActionsDropdown.vue b/webclient-vue/src/components/layout/PageActionsDropdown.vue index df37e07..bf0d3da 100644 --- a/webclient-vue/src/components/layout/PageActionsDropdown.vue +++ b/webclient-vue/src/components/layout/PageActionsDropdown.vue @@ -30,6 +30,13 @@ overflow: visible; } +/* Larger trigger button */ +.page-actions-dropdown .btn-icon { + width: 44px; + height: 44px; + font-size: 24px; +} + /* Align dropdown menu to the right edge of the trigger button */ .page-actions-dropdown .dropdown-menu { left: auto;