about summary refs log tree commit diff stats
path: root/src/pages/widgets/switches.pug
diff options
context:
space:
mode:
authorsittaneumayer <79370369+sittaneumayer@users.noreply.github.com>2023-05-04 19:56:18 +0300
committersittaneumayer <79370369+sittaneumayer@users.noreply.github.com>2023-05-04 19:56:18 +0300
commitf75c293578e389611032dd7f2fd58a705e69c1bd (patch)
tree3ab5ea41a84213450d9a5ca13af01775061e090d /src/pages/widgets/switches.pug
parentMerge branch 'master' of https://github.com/libredirect/browser_extension (diff)
downloadlibredirect-f75c293578e389611032dd7f2fd58a705e69c1bd.zip
Refactor popup menu
Buttons are hidden unless needed
Removed duplicate and unused code
Diffstat (limited to 'src/pages/widgets/switches.pug')
-rw-r--r--src/pages/widgets/switches.pug2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pages/widgets/switches.pug b/src/pages/widgets/switches.pug
index 580a25dc..c4a34f1d 100644
--- a/src/pages/widgets/switches.pug
+++ b/src/pages/widgets/switches.pug
@@ -1,5 +1,5 @@
 each val, service in services    
-    div(class=service + " some-block")
+    div(class=service + " some-block hide")
         a(class="title" href=services[service].url)
             if services[service].imageType == 'svgMono'
                 img(class='dark' src=`/assets/images/${service}-icon.svg`)