Browse Source

Merge pull request #2937 from nocodb/refactor/menu-toggle

pull/2945/head
Braks 2 years ago committed by GitHub
parent
commit
59fc84fbfe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      packages/nc-gui-v2/components/smartsheet/sidebar/MenuBottom.vue
  2. 2
      packages/nc-gui-v2/components/smartsheet/sidebar/MenuTop.vue

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

@ -110,7 +110,7 @@ function onOpenModal(type: ViewTypes, title = '') {
</button>
</div>
<general-flipping-card class="my-4 lg:my-6 min-h-[100px] w-[250px]" :triggers="['click', { duration: 15000 }]">
<general-flipping-card class="my-4 lg:my-6 min-h-[100px]" :triggers="['click', { duration: 15000 }]">
<template #front>
<div class="flex h-full w-full gap-6 flex-col">
<general-social />

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

@ -210,7 +210,7 @@ function onDeleted() {
<style lang="scss">
.nc-views-menu {
@apply flex-1 max-h-[200px] overflow-y-scroll scrollbar-thin-primary;
@apply flex-1 max-h-[20vh] overflow-y-scroll scrollbar-thin-primary;
.ghost,
.ghost > * {

Loading…
Cancel
Save