Skip to content

Commit f02abe1

Browse files
committed
Right-align header tabs
1 parent 6e458de commit f02abe1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frontend/src/lib/components/layout/HeaderBar.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
/>
103103
</svg>
104104
</button>
105-
<nav class="flex flex-1 justify-center gap-0.5">
105+
<nav class="flex flex-1 justify-end gap-0.5">
106106
{#each tabs as tab}
107107
<button
108108
class="flex items-center gap-1.5 px-3 py-1.5 text-[11px] font-medium transition-all duration-100

0 commit comments

Comments
 (0)