Browse Source

chore(gui-v2): update menu styles

pull/2892/head
braks 2 years ago
parent
commit
3c7aa56cbd
  1. 2
      packages/nc-gui-v2/components/smartsheet/sidebar/MenuBottom.vue

2
packages/nc-gui-v2/components/smartsheet/sidebar/MenuBottom.vue

@ -94,7 +94,7 @@ function onOpenModal(type: ViewTypes, title = '') {
</a-tooltip>
</a-menu-item>
<div class="flex-auto justify-end flex flex-col md:gap-4 lg:gap-8 mt-4">
<div class="flex-auto justify-end flex flex-col gap-4 lg:gap-8 mt-4">
<button
class="flex items-center gap-2 w-full mx-3 px-4 py-3 rounded !bg-primary text-white transform translate-x-4 hover:(translate-x-0 shadow-lg) transition duration-150 ease"
@click="onApiSnippet"

Loading…
Cancel
Save