about summary refs log tree commit diff stats
path: root/src/pages/popup/popup.pug
diff options
context:
space:
mode:
authorManeraKai <manerakai@protonmail.com>2022-05-21 16:38:28 +0300
committerManeraKai <manerakai@protonmail.com>2022-05-21 16:38:28 +0300
commit68f9fbb3f7862dd9f854a11bc74525985ddbb9c9 (patch)
treede474998634ef4fd0ed26859ba88653bbd162a90 /src/pages/popup/popup.pug
parentHiding popup buttons when not available (diff)
downloadlibredirect-68f9fbb3f7862dd9f854a11bc74525985ddbb9c9.zip
Fixed buttons in the general tab
Diffstat (limited to 'src/pages/popup/popup.pug')
-rw-r--r--src/pages/popup/popup.pug30
1 files changed, 17 insertions, 13 deletions
diff --git a/src/pages/popup/popup.pug b/src/pages/popup/popup.pug
index 35234b15..5e067f3f 100644
--- a/src/pages/popup/popup.pug
+++ b/src/pages/popup/popup.pug
@@ -52,7 +52,7 @@ html(lang="en")
 
         #wikipedia.some-block
             a.title(href="https://wikipedia.com")
-                img(src="../../assets/images/wikipedia-icon.png")
+                img(src="../../assets/images/wikipedia-icon.svg")
                 h4 Wikipedia
             input#disable-wikipedia(type="checkbox")
 
@@ -64,8 +64,8 @@ html(lang="en")
 
         #peertube.some-block
             a.title(href="https://peertube.com")
-                img(src="../../assets/images/peertube-icon.png")
-                h4 Peertube
+                img(src="../../assets/images/peertube-icon.svg")
+                h4 PeerTube
             input#disable-peertube(type="checkbox")
 
         #lbry.some-block
@@ -75,7 +75,7 @@ html(lang="en")
             input#disable-lbry(type="checkbox")
 
         #search.some-block
-            a.title(href="https://libredirect.invalid")
+            a.title(href="https://search.libredirect.invalid")
                 +search
                 h4 Search
             input#disable-search(type="checkbox")
@@ -93,30 +93,34 @@ html(lang="en")
             input#disable-osm(type="checkbox")
 
         #sendTargets.some-block
-            a.title(href="https://send.invalid")
+            a.title(href="https://send.libredirect.invalid")
                 +send
                 h4 Send Files
             input#disable-sendTargets(type="checkbox")
 
+        hr
+
         #change_instance_div.some-block
             a#change_instance.title.button
-                +change_instance
                 h4 Change Instance
-
-        .some-block
-            a#more-options.title.button
-                +settings
-                h4 Settings
+                +change_instance
 
         #copy_raw_div.some-block(title="Copy the original redirected link")         
             a#copy_raw.title.button
-                +copy_raw
                 h4 Copy Raw
+                +copy_raw
 
         #unify_div.some-block(title="Unify cookies across all selected instances")
             a#unify.title.button
-                +unify
                 h4 Unify Settings
+                +unify
+
+        .some-block
+            a#more-options.title.button
+                h4 Settings
+                +settings
+
+        .space
 
         script(type="module" src="../options/init.js")
         script(type="module" src="./popup.js")