Fixes #119 - Change zh-CN to zh_CN.

This commit is contained in:
SimonBrazell 2020-11-08 15:16:52 +11:00
parent bbd648a2e4
commit bdb3be921c
4 changed files with 6 additions and 2 deletions

View File

@ -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"],

View File

@ -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;