Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix: button alignment
  • Loading branch information
DrJKL committed Dec 12, 2025
commit c69f3eda634a8c9f980adb7be4e04bcd1c9c300b
6 changes: 1 addition & 5 deletions src/components/sidebar/tabs/AssetsSidebarTab.vue
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,7 @@
</template>
<template #tool-buttons>
<!-- Normal Tab View -->
<TabList
v-if="!isInFolderView"
v-model="activeTab"
class="font-inter px-2 2xl:px-4"
>
<TabList v-if="!isInFolderView" v-model="activeTab">
<Tab class="font-inter" value="output">{{
$t('sideToolbar.labels.generated')
}}</Tab>
Expand Down