Update help button

This commit is contained in:
giongto35 2019-06-08 23:44:54 +08:00
parent 3b54449426
commit fd930a4d4a
2 changed files with 5 additions and 5 deletions

8
static/css/main.css vendored
View file

@ -197,10 +197,10 @@ body {
}
#btn-help {
padding-top: 5px;
width: 20px;
height: 15px;
font-size: 10px;
padding-top: 0px;
width: 40px;
height: 20px;
font-size: 15px;
top: 10px;
left: 15px;

2
static/game.html vendored
View file

@ -68,7 +68,7 @@
<div id="help-overlay-background"></div>
<div id="help-overlay-detail"></div>
</div>
<div id="btn-help" unselectable="on" class="btn unselectable" value="help">?</div>
<div id="btn-help" unselectable="on" class="btn unselectable" value="help">Help</div>
</div>