Skip to content

Commit

Permalink
fix: tweak gap on page switcher
Browse files Browse the repository at this point in the history
  • Loading branch information
awwpotato committed Nov 20, 2024
1 parent 11b26cb commit 2340dd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/scout/[team_data]/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
<div class="m-auto flex h-dvh max-w-md flex-col items-center gap-2 p-2">
<div class="flex w-full justify-between border-b-2 border-white/10 pb-2 font-semibold">
<span class="flex-shrink-0">Team {data.team_key}</span>
<div class="flex">
<div class="flex gap-2">
<button
onclick={phaseShiftLeft}
class={gamePhase === 'Auto' ? 'pointer-events-none opacity-30' : ''}
Expand Down

0 comments on commit 2340dd4

Please sign in to comment.