Skip to content

Commit

Permalink
fix font style
Browse files Browse the repository at this point in the history
  • Loading branch information
kei committed Dec 6, 2017
1 parent 0e7be42 commit 04f59a9
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 9 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ A minimal Chrome / Firefox extension to help you learn Japanese words in each ne
- `1.3.2`
+ Fixed bug in「帳」
+ Made font size bigger in "L"
- `1.3.3` Fixed font style


## TODO

Expand Down
2 changes: 1 addition & 1 deletion source/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "the-tab-of-words",
"version": "1.3.2",
"version": "1.3.3",
"description": "言葉 の Tab. A minimal extension to help you learn Japanese words in each new tab.",
"author": "keiww <[email protected]>",
"private": true,
Expand Down
6 changes: 1 addition & 5 deletions source/src/styles/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
box-sizing: border-box;
}

html {
html, body {
height: 100%;
line-height: 1.5;
font-family: var(--font);
Expand Down Expand Up @@ -33,10 +33,6 @@ html {
}
}

body {
height: 100%;
}

a {
text-decoration: none;
.sunrise & {
Expand Down
Binary file modified the-tab-of-words.crx
Binary file not shown.
2 changes: 1 addition & 1 deletion the-tab-of-words/dist/index.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!DOCTYPE html><html><head><meta charset=utf-8><title>言葉 の Tab</title><link href=./static/css/app.d123f7f6fea886b052ef41cdd0498c00.css rel=stylesheet></head><body><div id=app></div><script type=text/javascript src=./static/js/manifest.263af93bcf494aa54437.js></script><script type=text/javascript src=./static/js/vendor.998f82f908877539ae00.js></script><script type=text/javascript src=./static/js/app.f15663e66d92908b05e9.js></script></body></html>
<!DOCTYPE html><html><head><meta charset=utf-8><title>言葉 の Tab</title><link href=./static/css/app.27d10d5dc45a0b07324ab5dcf8e17696.css rel=stylesheet></head><body><div id=app></div><script type=text/javascript src=./static/js/manifest.263af93bcf494aa54437.js></script><script type=text/javascript src=./static/js/vendor.998f82f908877539ae00.js></script><script type=text/javascript src=./static/js/app.f15663e66d92908b05e9.js></script></body></html>

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

This file was deleted.

2 changes: 1 addition & 1 deletion the-tab-of-words/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "言葉 の Tab",
"description": "A minimal Chrome / Firefox extension to help you learn Japanese words in each new tab.",
"version": "1.3.2",
"version": "1.3.3",
"author": "Kei",
"chrome_url_overrides": {
"newtab": "dist/index.html"
Expand Down

0 comments on commit 04f59a9

Please sign in to comment.