diff options
author | ManeraKai <manerakai@protonmail.com> | 2023-05-09 08:58:34 +0300 |
---|---|---|
committer | ManeraKai <manerakai@protonmail.com> | 2023-05-09 08:58:34 +0300 |
commit | 488997d66a7d2578d29656ff76a488b521e036d9 (patch) | |
tree | 75c6440a73190dec052f9334d757ccccf4923f72 /src/pages/popup/popup.pug | |
parent | Merge branch 'popup' of https://github.com/sittaneumayer/libredirect into sit... (diff) | |
download | libredirect-488997d66a7d2578d29656ff76a488b521e036d9.zip |
Some tweaks to the options page
Diffstat (limited to 'src/pages/popup/popup.pug')
-rw-r--r-- | src/pages/popup/popup.pug | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/pages/popup/popup.pug b/src/pages/popup/popup.pug index f4f49401..6af50870 100644 --- a/src/pages/popup/popup.pug +++ b/src/pages/popup/popup.pug @@ -6,13 +6,13 @@ html(lang="en") link(href="../stylesheets/styles.css" rel="stylesheet") link(href="./style.css" rel="stylesheet") body(dir="auto") - div(class="current_site") - include /src/pages/widgets/switches + div(id="current_site") + include /src/pages/popup/switches div(id="current_site_divider" style="display: none") hr - div(class="all_sites") - include /src/pages/widgets/switches + div(id="all_sites") + include /src/pages/popup/switches hr |