From 445f232646fc9fffcad41552a423fa4bef4a0c80 Mon Sep 17 00:00:00 2001 From: bmFtZQ Date: Thu, 14 Jul 2022 23:59:13 +0800 Subject: [PATCH] adjust size of search icon on new tab page #44 --- chrome/content/newtab.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chrome/content/newtab.css b/chrome/content/newtab.css index 718a157..083b8e8 100644 --- a/chrome/content/newtab.css +++ b/chrome/content/newtab.css @@ -110,7 +110,7 @@ .top-site-outer .default-icon, .top-site-outer .search-topsite { - background-size: 24px !important; + background-size: 16px !important; height: 24px !important; width: 24px !important; }