From 9ddcc7e591222cc1f46600447b7dba2814a8aa99 Mon Sep 17 00:00:00 2001 From: stonedDiscord Date: Wed, 17 Jul 2019 17:27:55 +0200 Subject: fix #17 i got it now, it is hard to select the first character on android --- webAO/client.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'webAO/client.css') 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 { -- cgit