Skip to content

Commit 4887da2

Browse files
mattdawkinsclaude
andcommitted
Center sort, settings, and delete buttons in FilterList header
Use two v-spacers (before and after the button group) to center the sort, settings, and delete buttons between the Type Filter title and the right edge. This matches the main branch pattern and keeps the buttons clear of the absolutely-positioned swap button in the horizontal sidebar layout. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent e1af66b commit 4887da2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

client/src/components/FilterList.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -395,6 +395,7 @@ export default defineComponent({
395395
</template>
396396
<span>Delete visible items</span>
397397
</v-tooltip>
398+
<v-spacer />
398399
</v-col>
399400
</v-row>
400401
</v-container>

0 commit comments

Comments
 (0)