From 21ac4d579acd9352b7636c48cf8a7c0bf6532ed0 Mon Sep 17 00:00:00 2001 From: Adam Matthiesen Date: Sun, 22 Dec 2024 01:01:10 -0800 Subject: [PATCH] Refactor VersionCheckChangelog component to update positioning of the "read more" text and adjust the right margin of the frame button --- .../src/components/islands/sidebar/VersionCheckChangelog.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/studiocms_dashboard/src/components/islands/sidebar/VersionCheckChangelog.astro b/packages/studiocms_dashboard/src/components/islands/sidebar/VersionCheckChangelog.astro index 1af0f308d..31ccc205b 100644 --- a/packages/studiocms_dashboard/src/components/islands/sidebar/VersionCheckChangelog.astro +++ b/packages/studiocms_dashboard/src/components/islands/sidebar/VersionCheckChangelog.astro @@ -37,7 +37,7 @@ const { link } = Astro.props; frameButton.innerHTML = ''; 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';