From f2294d7da063e05ee81befb27173b791bccdc2c8 Mon Sep 17 00:00:00 2001 From: ManeraKai Date: Tue, 28 Jun 2022 10:31:34 +0300 Subject: fixing & refining About Page #368 --- src/pages/popup/popup.pug | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) (limited to 'src/pages/popup/popup.pug') diff --git a/src/pages/popup/popup.pug b/src/pages/popup/popup.pug index ce155e1a..13eb66a5 100644 --- a/src/pages/popup/popup.pug +++ b/src/pages/popup/popup.pug @@ -124,25 +124,30 @@ html(lang="en") +services hr #change_instance_div.some-block - a#change_instance.title.button + a#change_instance.title.button.prevent h4(data-localise="__MSG_switchInstance__") Change Instance +change_instance #copy_raw_div.some-block(title="Copy the original redirected link") - a#copy_raw.title.button + a#copy_raw.title.button.prevent h4(data-localise="__MSG_copyRaw__") Copy Raw +copy_raw #unify_div.some-block(title="Unify cookies across all selected instances") - a#unify.title.button + a#unify.title.button.prevent h4(data-localise="__MSG_unifySettings__") Unify Settings +unify .some-block - a#more-options.title.button + a#more-options.title.button.prevent h4(data-localise="__MSG_settings__") Settings +settings + .some-block + a#about.title.button(href="/pages/options/index.html#about") + h4(data-localise="__MSG_about__") About + +about + .space script(type="module" src="../options/init.js") -- cgit 1.4.1