From 27587c28ce57b39d82a3d47ce433b223a579ae3f Mon Sep 17 00:00:00 2001 From: RandomTechChannel <140035326+OG-RandomTechChannel@users.noreply.github.com> Date: Tue, 25 Jul 2023 14:51:06 +0800 Subject: [PATCH] Transition Bugs Leave it alone --- src/popup/info.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/popup/info.css b/src/popup/info.css index cc768952..397cf96f 100644 --- a/src/popup/info.css +++ b/src/popup/info.css @@ -232,7 +232,7 @@ p { .notification::before { width: 16px; height: 16px; - font: 10px/16px Fantasy; + font: 10px/16px Helvetica; word-spacing: 26px; } .notification:checked:before { @@ -389,7 +389,7 @@ p { display: flex; align-items: center; justify-content: center; - transition: 30ms; + transition: 300ms; } .custom-shortcuts-buttons:hover { background: #161616;