diff options
| author | sD <stoned@derpymail.org> | 2020-05-07 00:47:02 +0200 |
|---|---|---|
| committer | sD <stoned@derpymail.org> | 2020-05-07 00:47:02 +0200 |
| commit | 7234b61c089f58d0a9b1f4740ed4390cefe5be83 (patch) | |
| tree | 191b6dd82be185232d5034a48ff00a85333ec0bd /webAO/styles/chatbox/p4.css | |
| parent | 718b1fa565f614cdfdfc94bef4b77ca064598df1 (diff) | |
p4: fix chatbox spacing
Diffstat (limited to 'webAO/styles/chatbox/p4.css')
| -rw-r--r-- | webAO/styles/chatbox/p4.css | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/webAO/styles/chatbox/p4.css b/webAO/styles/chatbox/p4.css index 872bfbd..efedf01 100644 --- a/webAO/styles/chatbox/p4.css +++ b/webAO/styles/chatbox/p4.css @@ -96,11 +96,10 @@ } #client_inner_chat { - padding: 1.5% 4%; - margin: 1px; - line-height: 97%; - letter-spacing: 0.05em; - word-spacing: 0.3em; + margin: 0; + padding: 1% 5%; + line-height: 125%; + word-spacing: 0.2em; } #client_chatwaiting { |
