File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
resources/js/components/structures Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 22 <stack narrow name =" page-tree-linker" :before-close =" shouldClose" @closed =" $emit('closed')" v-slot =" { close }" >
33 <div class =" flex h-full flex-col bg-gray-100 dark:bg-dark-700" >
44 <header
5- class =" mb-4 flex items-center justify-between border-b bg-white py-2 text-lg font-medium shadow-md dark:border-dark-950 dark:bg-dark-600 ltr:pl-6 ltr:pr-3 rtl:pl-3 rtl:pr-6"
5+ class =" flex items-center justify-between border-b bg-white py-2 text-lg font-medium shadow-md dark:border-dark-950 dark:bg-dark-600 ltr:pl-6 ltr:pr-3 rtl:pl-3 rtl:pr-6"
66 >
77 <Heading size =" lg" >{{ headerText }}</Heading >
88 <Button icon =" x" variant =" ghost" @click =" close" />
1616 </div >
1717 </div >
1818
19- <div v-if =" !loading" class =" flex-1 overflow-auto px-1" >
19+ <div v-if =" !loading" class =" flex-1 overflow-auto px-1 pt-4 " >
2020 <div
2121 v-if =" saving"
2222 class =" absolute inset-0 z-10 flex items-center justify-center bg-white bg-opacity-75 dark:bg-dark-500"
You can’t perform that action at this time.
0 commit comments