Skip to content

Commit 4c438b7

Browse files
committed
style: padding modified
1 parent 87d500c commit 4c438b7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/components/sidebar/tabs/AssetsSidebarTab.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
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>

src/components/sidebar/tabs/NodeLibrarySidebarTabV2.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@
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 }}

0 commit comments

Comments
 (0)