From 890ff395c09c5ded60bae29bd9ab0ac63772878f Mon Sep 17 00:00:00 2001 From: tophf Date: Wed, 10 Feb 2021 12:11:52 +0300 Subject: [PATCH] use a new solid gear icon everywhere (#1173) --- edit.html | 8 ++++---- manage.html | 4 ++-- manage/manage.css | 3 ++- popup.html | 4 ++-- popup/popup.css | 4 ++-- 5 files changed, 12 insertions(+), 11 deletions(-) diff --git a/edit.html b/edit.html index 809f1044..e7a2cf07 100644 --- a/edit.html +++ b/edit.html @@ -343,7 +343,7 @@ - +
@@ -397,7 +397,7 @@
- + @@ -450,8 +450,8 @@ - - + + diff --git a/manage.html b/manage.html index c11f9ea7..5ae4ae34 100644 --- a/manage.html +++ b/manage.html @@ -364,8 +364,8 @@ - - + + diff --git a/manage/manage.css b/manage/manage.css index 6a4afa3c..470d01dc 100644 --- a/manage/manage.css +++ b/manage/manage.css @@ -151,7 +151,8 @@ a:hover { } .svg-icon.config { - transform: scale(.8); + width: 16px; + height: 16px; } .homepage { diff --git a/popup.html b/popup.html index dfa86071..4b8ce303 100644 --- a/popup.html +++ b/popup.html @@ -280,8 +280,8 @@ - - + + diff --git a/popup/popup.css b/popup/popup.css index 883ac56c..74be4f6f 100644 --- a/popup/popup.css +++ b/popup/popup.css @@ -291,8 +291,8 @@ html[style*="border"] .entry:nth-child(11):before { } .svg-icon.config { - height: 14px; - width: 14px; + height: 16px; + width: 16px; } a.configure[target="_blank"] .svg-icon.config {