mirror of
https://github.com/SimonBrazell/privacy-redirect
synced 2025-01-09 15:24:54 +01:00
Address GTK theme issue causing popup issues on Majaro Linux
This commit is contained in:
parent
c3e0094527
commit
8533cb025a
@ -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)
|
||||
|
||||
|
@ -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": [
|
||||
|
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user