about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorSimonBrazell <simon@brazell.com.au>2020-04-02 13:26:18 +1100
committerSimonBrazell <simon@brazell.com.au>2020-04-02 13:26:18 +1100
commit8533cb025a8866422b3cf32d76439499b24126a1 (patch)
tree6db6c806a6658cccc7f6edbe84a42a328bdd1bc8
parentFixed 'View on ...' links for Invidious & Bibliogram (diff)
downloadlibredirect-8533cb025a8866422b3cf32d76439499b24126a1.zip
Address GTK theme issue causing popup issues on Majaro Linux
-rw-r--r--README.md2
-rw-r--r--manifest.json2
-rw-r--r--pages/styles.css14
3 files changed, 12 insertions, 6 deletions
diff --git a/README.md b/README.md
index 8435bff7..2bb6c3a1 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# ![nitter-redirect](images/icon32.png) Privacy Redirect
+# ![privacy-redirect](images/icon32.png) Privacy Redirect
 
 [![Donate](https://liberapay.com/assets/widgets/donate.svg)](https://liberapay.com/SimonBrazell/donate) [![Buy me a coffee](images/buy-me-a-coffee.png)](https://www.buymeacoffee.com/SimonBrazell)
 
diff --git a/manifest.json b/manifest.json
index 2c34b392..eda653a9 100644
--- a/manifest.json
+++ b/manifest.json
@@ -1,7 +1,7 @@
 {
   "name": "Privacy Redirect",
   "description": "Redirects Twitter, YouTube, Instagram & Google Maps requests to privacy friendly alternatives.",
-  "version": "1.1.19",
+  "version": "1.1.20",
   "manifest_version": 2,
   "background": {
     "scripts": [
diff --git a/pages/styles.css b/pages/styles.css
index 003c32e5..822182d4 100644
--- a/pages/styles.css
+++ b/pages/styles.css
@@ -13,14 +13,23 @@ body {
   color: var(--text-secondary);
   margin: 0;
   background-color: var(--dark-grey);
+  max-width: 400px;
+  margin: auto;
 }
 
+
+
 .popup {
-  max-width: 400px;
   min-width: 300px;
   overflow: hidden;
 }
 
+input {
+  appearance: none;
+  -moz-appearance: none;
+  -webkit-appearance: none;
+}
+
 header {
   background-color: var(--white);
   color: var(--text-secondary);
@@ -96,9 +105,6 @@ input[type=url] {
 
 input[type=checkbox] {
   opacity: 0;
-  -moz-appearance: none;
-  -webkit-appearance: none;
-  appearance: none;
 }
 
 .checkbox-label {