fix(ui): Add top padding to sort tabs
Add spacing between header border and sort tabs for better visual separation. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
f29646ddd7
commit
a98454bfc3
1 changed files with 1 additions and 1 deletions
|
|
@ -64,7 +64,7 @@ function selectTimeRange(range: TimeRange) {
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
<div class="flex items-center gap-1 text-sm border-b border-border pb-2 mb-2">
|
<div class="flex items-center gap-1 text-sm border-b border-border pt-3 pb-2 mb-2">
|
||||||
<!-- Sort tabs -->
|
<!-- Sort tabs -->
|
||||||
<template v-for="option in sortOptions" :key="option.id">
|
<template v-for="option in sortOptions" :key="option.id">
|
||||||
<button
|
<button
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue