mirror of
https://github.com/SimonBrazell/privacy-redirect
synced 2025-02-15 11:10:39 +01:00
Fixes #119 - Change zh-CN to zh_CN.
This commit is contained in:
parent
bbd648a2e4
commit
bdb3be921c
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "__MSG_extensionName__",
|
"name": "__MSG_extensionName__",
|
||||||
"description": "__MSG_extensionDescription__",
|
"description": "__MSG_extensionDescription__",
|
||||||
"version": "1.1.42",
|
"version": "1.1.43",
|
||||||
"manifest_version": 2,
|
"manifest_version": 2,
|
||||||
"background": {
|
"background": {
|
||||||
"scripts": ["background.js"],
|
"scripts": ["background.js"],
|
||||||
|
@ -235,6 +235,10 @@ input:invalid {
|
|||||||
.tab {
|
.tab {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
background-color: var(--bg-secondary);
|
background-color: var(--bg-secondary);
|
||||||
|
position: fixed;
|
||||||
|
top: 0;
|
||||||
|
width: 100%;
|
||||||
|
z-index: 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tab button {
|
.tab button {
|
||||||
@ -262,7 +266,7 @@ input:invalid {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.tabcontent {
|
.tabcontent {
|
||||||
padding-top: 10px;
|
padding-top: 50px;
|
||||||
display: none;
|
display: none;
|
||||||
background-color: var(--bg-main);
|
background-color: var(--bg-main);
|
||||||
min-height: 510px;
|
min-height: 510px;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user