From 18e132f3769a413b2bb40299f22107dd7e5b83ef Mon Sep 17 00:00:00 2001 From: "create-issue-branch[bot]" <53036503+create-issue-branch[bot]@users.noreply.github.com> Date: Sat, 9 Mar 2024 12:21:36 -0800 Subject: [PATCH] =?UTF-8?q?fix:=20=F0=9F=90=9B=20patch=20css=20(#42)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: create-issue-branch[bot] <53036503+create-issue-branch[bot]@users.noreply.github.com> Co-authored-by: Adam Matthiesen --- .changeset/curvy-timers-poke.md | 5 +++++ package/src/ExpressiveCode/components/Code.astro | 15 +++++++++++---- 2 files changed, 16 insertions(+), 4 deletions(-) create mode 100644 .changeset/curvy-timers-poke.md diff --git a/.changeset/curvy-timers-poke.md b/.changeset/curvy-timers-poke.md new file mode 100644 index 0000000..e84d126 --- /dev/null +++ b/.changeset/curvy-timers-poke.md @@ -0,0 +1,5 @@ +--- +"@matthiesenxyz/astro-gists": patch +--- + +patch for css diff --git a/package/src/ExpressiveCode/components/Code.astro b/package/src/ExpressiveCode/components/Code.astro index 9faac0f..5bd6754 100644 --- a/package/src/ExpressiveCode/components/Code.astro +++ b/package/src/ExpressiveCode/components/Code.astro @@ -50,21 +50,28 @@ if (scriptsToPrepend.length) { htmlContent = `${htmlContent}` } --- -
-View + +
+