From f36fe2f23cfded916e17564ea16cf47a1691b696 Mon Sep 17 00:00:00 2001 From: xupea Date: Thu, 21 Mar 2024 12:14:38 +0800 Subject: [PATCH] feat: update check icon --- popup.html | 8 ++++++-- src/assets/check.png | Bin 0 -> 934 bytes src/popup/index.css | 10 +++++++++- 3 files changed, 15 insertions(+), 3 deletions(-) create mode 100644 src/assets/check.png diff --git a/popup.html b/popup.html index e120ae6..316bf59 100644 --- a/popup.html +++ b/popup.html @@ -9,11 +9,15 @@
-
⚫️
+
+
+
隐藏侧边栏
-
⚫️
+
+
+
隐藏登录提示窗口
diff --git a/src/assets/check.png b/src/assets/check.png new file mode 100644 index 0000000000000000000000000000000000000000..c7fefdc61dc2ff61e8d3c850be1628d03ed5b001 GIT binary patch literal 934 zcmV;X16lluP)Wb^WLv*-Li zr#UyxTZAC=A0$M7K)*y^=(nJdD8o=5uFac4i3N($4;kqb)3TD($IbGD zd%^3syZ7h)+&$bK2Y`TpfPjF2fWRLxBlIDIlYYo>^d&tf-wf6hjFXOJIQZV+q|uzP z^UOQA6RZa+SY?R839Y}%&&hD`^%)1;3;0Yms|;i~x_4pu-|oa)*VY1jq?%Rw8aUXp zc=;c4a2O!q1^C2ybbbTF!P;fZyS9>(9_8Hv7$>}pQ{Lc&Q-+c3bigMJ99@HTYM@IxBftXQL+O zGub7yQT1}8e4|@~P7ft-)!E1aosC2bEwhqW-3ivQY5U7;<{9 literal 0 HcmV?d00001 diff --git a/src/popup/index.css b/src/popup/index.css index 120d99a..17067b0 100644 --- a/src/popup/index.css +++ b/src/popup/index.css @@ -9,6 +9,14 @@ body { font-size: 14px; } +#siderStatus { + display: flex; +} + +#loginStatus { + display: flex; +} + .item { display: flex; flex-direction: row; @@ -27,4 +35,4 @@ body { .content { flex: 1; -} \ No newline at end of file +}