Skip to content

Commit

Permalink
fix: content shifting when the copy button appears (#235)
Browse files Browse the repository at this point in the history
  • Loading branch information
DarthGigi committed May 1, 2024
1 parent c1a66c2 commit 32a5817
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Header.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
{#if frameworksSelected.length > 0}
<button
type="button"
class="flex items-center space-x-2 rounded bg-gray-800 px-2 py-1.5 text-sm text-white shadow-sm hover:bg-white/15"
class="flex items-center space-x-2 rounded border border-gray-700 border-opacity-50 bg-gray-900 px-3 py-1 text-sm text-white transition-all hover:bg-gray-800"
aria-label="Copy framework selection link"
on:click={copyShareLink}
>
Expand Down

0 comments on commit 32a5817

Please sign in to comment.