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