diff options
| author | sD <stoned@derpymail.org> | 2020-07-09 20:59:27 +0200 |
|---|---|---|
| committer | sD <stoned@derpymail.org> | 2020-07-09 20:59:27 +0200 |
| commit | a9a4d64609ed7f9fca0f1eef7e155fd1471b0c3d (patch) | |
| tree | 86ccaafb79745cdac65ee6d6dd6056ff937e791f /webAO/styles/chatbox/aa.css | |
| parent | f5cad1ca383e3e705fd9679344d2d5ea62e4c60c (diff) | |
adjust font size
Diffstat (limited to 'webAO/styles/chatbox/aa.css')
| -rw-r--r-- | webAO/styles/chatbox/aa.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/webAO/styles/chatbox/aa.css b/webAO/styles/chatbox/aa.css index 2433c29..50baec4 100644 --- a/webAO/styles/chatbox/aa.css +++ b/webAO/styles/chatbox/aa.css @@ -93,7 +93,7 @@ bottom: 0; left: 0; width: 98%; - width: calc(100% - 0.27em); + width: calc(100% - 0.25em); height: 78%; margin: auto; border-color: rgba(255, 255, 255, 0.5); @@ -101,7 +101,7 @@ border-width: 0.15em; border-radius: 0.3em; background-color: rgba(0, 0, 16, 0.5); - font-size: 2em; + font-size: 1.7em; word-break: keep-all; overflow-wrap: break-word; text-align: left; |
