Browse Source

fix: shared form view height and vertical padding

Signed-off-by: Pranav C <pranavxc@gmail.com>
pull/6285/head
Pranav C 1 year ago
parent
commit
25052648d6
  1. 2
      packages/nc-gui/pages/index/[typeOrId]/form/[viewId].vue
  2. 2
      packages/nc-gui/pages/index/[typeOrId]/form/[viewId]/index/index.vue

2
packages/nc-gui/pages/index/[typeOrId]/form/[viewId].vue

@ -59,7 +59,7 @@ watch(
</script>
<template>
<div class="h-full">
<div class="h-[100vh]">
<NuxtPage v-if="!passwordDlg" />
<a-modal

2
packages/nc-gui/pages/index/[typeOrId]/form/[viewId]/index/index.vue

@ -70,7 +70,7 @@ const onDecode = async (scannedCodeValue: string) => {
</script>
<template>
<div class="h-full flex flex-col items-center">
<div class="h-full flex flex-col items-center py-4">
<div
class="color-transition relative flex flex-col justify-center gap-2 w-full max-w-[max(33%,600px)] m-auto py-4 pb-8 px-16 md:(bg-white dark:bg-slate-700 rounded-lg border-1 border-gray-200 shadow-xl)"
>

Loading…
Cancel
Save