From 84160267724f228a4b02dbe6932666b88a21fdf6 Mon Sep 17 00:00:00 2001 From: josc146 Date: Wed, 8 May 2024 21:50:48 +0800 Subject: [PATCH] fix a style issue (#692) --- src/content-script/styles.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/content-script/styles.scss b/src/content-script/styles.scss index 08d81d2..61ad508 100644 --- a/src/content-script/styles.scss +++ b/src/content-script/styles.scss @@ -1312,6 +1312,11 @@ margin-bottom: 5px; color: var(--font-color); + svg { + width: 16px; + height: 16px; + } + p { font-weight: bold; margin: 0;