diff --git a/app.apk b/app.apk index 0a53949..cea6095 100644 Binary files a/app.apk and b/app.apk differ diff --git a/main/assets/home.htm b/main/assets/home.htm index 23189c1..c55891a 100644 --- a/main/assets/home.htm +++ b/main/assets/home.htm @@ -13,8 +13,8 @@ img { vertical-align:middle; } .operation:hover { cursor:hand; color:black; } .menu { position:absolute; background:white; border:1px solid gray; width:100px; display:none; } .menu div:hover { background:#ddd; } -#list a { margin:20px; width:50px; height:50px; display: inline-block; } -#list button { margin:20px; width:50px; height:50px; font-size:40px; vertical-align:bottom; } +#list a { margin:10px; width:50px; height:75px; display:inline-block; text-align:center; white-space:nowrap; overflow:hidden; color:black; } +#list button { width:50px; height:50px; font-size:40px; }