diff options
| author | stonedDiscord <stoned@derpymail.org> | 2019-07-16 21:52:06 +0200 |
|---|---|---|
| committer | stonedDiscord <stoned@derpymail.org> | 2019-07-16 21:52:06 +0200 |
| commit | 4d7c108408e7a4c43701af62356d92e946aa23e9 (patch) | |
| tree | 20ba330635071e7a24ab247002fee57aa977cacc /webAO/client.css | |
| parent | 1549d1ce2d34fef96aadc4ae23865ff1b559251c (diff) | |
add padding to inputbox to make it easier to hit on touchscreens
Diffstat (limited to 'webAO/client.css')
| -rw-r--r-- | webAO/client.css | 4 |
1 files changed, 4 insertions, 0 deletions
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; |
