diff options
| author | stonedDiscord <Tukz@gmx.de> | 2021-03-11 23:23:44 +0100 |
|---|---|---|
| committer | stonedDiscord <Tukz@gmx.de> | 2021-03-11 23:23:44 +0100 |
| commit | 8feb3f65188214486f6897d94e484acebd6d08a2 (patch) | |
| tree | e7e1ea6980cb596531cd74b378ca01df5b34c3cc | |
| parent | 383bc6bca78263d50910fa22038804ce8b32d983 (diff) | |
fix inputbox being behind -voffset chars
| -rw-r--r-- | webAO/styles/client.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/webAO/styles/client.css b/webAO/styles/client.css index 2947950..8676cdb 100644 --- a/webAO/styles/client.css +++ b/webAO/styles/client.css @@ -343,6 +343,7 @@ } #client_inputbox { + position: relative; font-size: 21px; padding: 2px 10px; } |
