From 7ee2539969d1083ebd4aba83b574fa9e29ff2b4a Mon Sep 17 00:00:00 2001 From: ManeraKai Date: Thu, 10 Feb 2022 20:16:48 +0300 Subject: Fixed bugs. Added icons --- src/pages/popup/popup.html | 117 ++++++++++++++++++++++++++++++++++++++------- src/pages/popup/style.css | 2 +- 2 files changed, 100 insertions(+), 19 deletions(-) (limited to 'src/pages/popup') diff --git a/src/pages/popup/popup.html b/src/pages/popup/popup.html index 126912a4..7ab71814 100644 --- a/src/pages/popup/popup.html +++ b/src/pages/popup/popup.html @@ -10,57 +10,138 @@
-

Youtube

+
+ +

Youtube

+
-

Twitter

+
+ +

Twitter

+
-

Instagram

+
+ + +

Instagram

+
-

Reddit

- +
+ + +

TikTok

+
+
-

Search

- +
+ +

Imgur

+
+
-

Translate

- +
+ + +

Reddit

+
+
-

Maps

- + +
+ + + + +

Search

+
+ +
-

Wikipedia

- +
+ + + + +

Translate

+
+
-

Imgur

- +
+ + + + +

Maps

+
+
-

TikTok

- +
+ + + + + + + + + + + + + + + + +

Wikipedia

+
+
-

Medium

+
+ + + + + + + + + +

Medium

+
+
diff --git a/src/pages/popup/style.css b/src/pages/popup/style.css index 098e6728..05c3947a 100644 --- a/src/pages/popup/style.css +++ b/src/pages/popup/style.css @@ -1,5 +1,5 @@ body { - width: 200px; + width: 230px; min-height: auto; background-color: var(--bg-main); } \ No newline at end of file -- cgit 1.4.1