Skip to content

Commit

Permalink
fix: Fix a font-size issue on Linux
Browse files Browse the repository at this point in the history
Specified the font size can solve the issue.

resolve #9
  • Loading branch information
RossWang committed Dec 9, 2017
1 parent 463db18 commit feecd9b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions App/data/DownloadPanel/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@
background-color: rgba(0, 247, 225, 0.34);
left: 4px;
top: 166px;
font-size: 13.3px;
}
.gwd-div-3yxp {
height: 200px;
Expand Down Expand Up @@ -153,6 +154,7 @@
left: 15px;
top: 38px;
padding: 3px;
font-size: 13.3px;
}
.gwd-input-4p45 {
border-image-source: none;
Expand Down
1 change: 1 addition & 0 deletions App/data/action/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@
background-color: rgb(44, 173, 255);
border-style: none;
border-radius: 2px;
font-size: 13.3px;
}</style>
<!-- <script data-source="googbase_min.js" data-version="4" data-exports-type="googbase" src="googbase_min.js"></script><script data-source="gwd_webcomponents_min.js" data-version="5" data-exports-type="gwd_webcomponents" src="gwd_webcomponents_min.js"></script> -->
<!-- <script data-source="gwdpage_min.js" data-version="8" data-exports-type="gwd-page" src="gwdpage_min.js"></script><script data-source="gwdpagedeck_min.js" data-version="9" data-exports-type="gwd-pagedeck" src="gwdpagedeck_min.js"></script> -->
Expand Down
2 changes: 1 addition & 1 deletion App/data/options/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
width: 80px;
height: 30px;
margin-top: 30px;
font-size: 120%;
font-size: 18px;
text-align: center;
background-image: none;
background-color: rgb(44, 173, 255);
Expand Down

0 comments on commit feecd9b

Please sign in to comment.