Skip to content

Commit

Permalink
Refactor VersionCheckChangelog component to update positioning of the…
Browse files Browse the repository at this point in the history
… "read more" text and adjust the right margin of the frame button
  • Loading branch information
Adammatthiesen committed Dec 22, 2024
1 parent 1327040 commit 21ac4d5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ const { link } = Astro.props;
frameButton.innerHTML = '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M6 18L18 6M6 6l12 12"></path></svg>';
frameButton.style.position = 'absolute';
frameButton.style.top = '1rem';
frameButton.style.right = '2rem';
frameButton.style.right = '1rem';
frameButton.style.backgroundColor = 'transparent';
frameButton.style.border = 'none';
frameButton.style.cursor = 'pointer';
Expand Down

0 comments on commit 21ac4d5

Please sign in to comment.