diff options
| author | stonedDiscord <stoned@derpymail.org> | 2019-07-17 17:27:55 +0200 |
|---|---|---|
| committer | stonedDiscord <stoned@derpymail.org> | 2019-07-17 17:27:55 +0200 |
| commit | 9ddcc7e591222cc1f46600447b7dba2814a8aa99 (patch) | |
| tree | e6c2525d6362bb5c4e3b6236b63805ebae4ebf32 /webAO | |
| parent | 3d53f17fa74e49c19716be9ffc7585fa86d1aa90 (diff) | |
fix #17 i got it now, it is hard to select the first character on android
Diffstat (limited to 'webAO')
| -rw-r--r-- | webAO/client.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/webAO/client.css b/webAO/client.css index c3bff7e..bb5822b 100644 --- a/webAO/client.css +++ b/webAO/client.css @@ -243,7 +243,8 @@ img { } #client_inputbox { - font-size: 25px; + font-size: 21px; + padding: 2px 10px; } .long { |
