File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 4545 <!-- Tab list -->
4646 <div
4747 v-if =" !isInFolderView"
48- class =" border-b border-comfy-input px-2 pt-2 pb-1 2xl:px-4"
48+ class =" border-b border-comfy-input p-2 2xl:px-4"
4949 >
5050 <TabList v-model =" activeTab" >
5151 <Tab value =" output" >{{ $t('sideToolbar.labels.generated') }}</Tab >
Original file line number Diff line number Diff line change 111111 <NodeDragPreview />
112112 <TabsRoot v-model =" selectedTab" class =" flex h-full flex-col" >
113113 <!-- Tab list in header (fixed) -->
114- <div class =" border-b border-comfy-input px-2 pt-2 pb-1 2xl:px-4" >
114+ <div class =" border-b border-comfy-input p-2 2xl:px-4" >
115115 <TabsList class =" flex w-full items-center gap-2" >
116116 <Tab v-for =" tab in tabs" :key =" tab.value" :value =" tab.value" >
117117 {{ tab.label }}
You can’t perform that action at this time.
0 commit comments