Skip to content

Commit a0e175e

Browse files
committed
Don't vertically center top right buttons
This way it doesn't shift depending on the diff title
1 parent 2ffe99d commit a0e175e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/src/routes/+page.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@
246246
</div>
247247
</div>
248248
<div class="flex grow flex-col">
249-
<div class="flex flex-wrap items-center gap-2 px-3 py-2">
249+
<div class="flex flex-wrap gap-2 px-3 py-2">
250250
{#if viewer.diffMetadata !== null}
251251
<DiffTitle meta={viewer.diffMetadata} />
252252
{/if}

0 commit comments

Comments
 (0)