From 4d7c108408e7a4c43701af62356d92e946aa23e9 Mon Sep 17 00:00:00 2001 From: stonedDiscord Date: Tue, 16 Jul 2019 21:52:06 +0200 Subject: add padding to inputbox to make it easier to hit on touchscreens --- webAO/client.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'webAO/client.css') diff --git a/webAO/client.css b/webAO/client.css index f13f2fa..3e99262 100644 --- a/webAO/client.css +++ b/webAO/client.css @@ -243,6 +243,10 @@ img { color: white; } +#client_inputbox { + padding: 4px; +} + .long { width: 100%; background-color: #dddddd; -- cgit