Skip to content

Commit

Permalink
Refactor VersionCheckChangelog component to update padding of frame c…
Browse files Browse the repository at this point in the history
…ontent
  • Loading branch information
Adammatthiesen committed Dec 22, 2024
1 parent b2bc615 commit ff0be6a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ const { link } = Astro.props;
frameButton.style.transition = 'background-color 0.15s ease-in-out';

const frameContent = document.createElement('div');
frameContent.style.padding = '1rem';
frameContent.style.padding = '1.5rem';
frameContent.style.width = '100%';
frameContent.style.height = '90%';
frameContainer.style.borderRadius = '1rem';
Expand Down

0 comments on commit ff0be6a

Please sign in to comment.