diff options
| author | sD <stoned@derpymail.org> | 2020-02-12 02:04:31 +0100 |
|---|---|---|
| committer | sD <stoned@derpymail.org> | 2020-02-12 02:04:31 +0100 |
| commit | 84043c98d7927e5a8c02c9819deed95e920244d3 (patch) | |
| tree | 2a12023ba2cda6ed5114086ceaa39240afa6916c /webAO/client.js | |
| parent | c497339cab37f96ded3834a7e1541aa0eb03c3e9 (diff) | |
new chatbox looking good
Diffstat (limited to 'webAO/client.js')
| -rw-r--r-- | webAO/client.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/webAO/client.js b/webAO/client.js index daac518..bce7916 100644 --- a/webAO/client.js +++ b/webAO/client.js @@ -1548,10 +1548,10 @@ class Viewport { } nameBox.style.display = "block"; - nameBox.style.fontSize = (nameBox.offsetHeight * 0.7) + "px"; + nameBox.style.fontSize = (nameBox.offsetHeight * 0.75) + "px"; chatBox.style.display = "block"; - chatBox.style.fontSize = (chatBox.offsetHeight * 0.25) + "px"; + chatBox.style.fontSize = (chatBox.offsetHeight * 0.3) + "px"; if (this.chatmsg.color === 6) chatBoxInner.className = "rainbow-text"; |
