From b0f41b94a382795ee13ce25835d6806d50599f6f Mon Sep 17 00:00:00 2001 From: SethBurkart123 Date: Wed, 11 Oct 2023 16:30:01 +1100 Subject: [PATCH] fix closebutton scaling --- src/inject/injected.css | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/inject/injected.css b/src/inject/injected.css index 3f417a03..0ae9056c 100644 --- a/src/inject/injected.css +++ b/src/inject/injected.css @@ -2852,7 +2852,7 @@ body { #whatsnewclosebutton { position: absolute; - top: 10px; + top: 1rem; right: 20px; font-size: 2em; padding: 5px; @@ -2862,8 +2862,7 @@ body { #whatsnewclosebutton::before { content: "\ed8a"; color: currentColor; - font-size: 16px; - margin-right: 8px; /* Adjusted to margin-right for the icon to be on the left */ + font-size: 24px; font-family: "IconFamily"; pointer-events: none; } \ No newline at end of file