Skip to content

Commit

Permalink
bump version to v1.99.90
Browse files Browse the repository at this point in the history
  • Loading branch information
gdh1995 committed Nov 22, 2022
1 parent 3a2f2b4 commit 3c0cfbb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@
],
"short_name": "Vimium C",
"update_url": "https://clients2.google.com/service/update2/crx",
"version": "1.99.9",
"version": "1.99.90",
"web_accessible_resources": [
"content/*",
"front/vomnibar*",
Expand Down
10 changes: 5 additions & 5 deletions pages/options.css
Original file line number Diff line number Diff line change
Expand Up @@ -589,23 +589,23 @@ label:active {
height: 18px;
letter-spacing: 0.5px;
letter-spacing: var(--vc-tiny);
margin-left: 1em;
margin: -0.5px 0 0 1em;
min-width: 104px;
outline: none;
position: absolute;
padding-top: 0.5px;
padding-top: var(--vc-tiny);
padding: 1px 2.5px 0;
padding: calc(var(--vc-tiny) + 0.5px) calc(var(--vc-tiny) + 2px) 0;
text-align: center;
}
#testKeyInput:focus {
border-color: var(--vc-input-focus-border-color);
}
#testKeyInput:lang(zh) {
margin-top: 2px;
margin-top: 1.5px;
}
#testKeyInput.outline {
border-radius: 2px;
padding-top: 0;
padding: 0.5px 2px 0;
border-style: solid;
}
#footer {
Expand Down

0 comments on commit 3c0cfbb

Please sign in to comment.