diff options
| author | sD <stoned@derpymail.org> | 2020-02-12 18:39:03 +0100 |
|---|---|---|
| committer | sD <stoned@derpymail.org> | 2020-02-12 18:39:03 +0100 |
| commit | fd943e2152c6e0fbfd5385fcec42791ba3b9dead (patch) | |
| tree | f00ca70c571591bf39bd49be5050d72225d82061 /webAO/client.js | |
| parent | 06e9e35dd1aebfea73a26bafefee80429b5ff85b (diff) | |
make text smaller
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 66fdfbc..0aa3ec0 100644 --- a/webAO/client.js +++ b/webAO/client.js @@ -1567,10 +1567,10 @@ class Viewport { chatContainerBox.style.display = "block"; nameBox.style.display = "block"; - nameBox.style.fontSize = (nameBox.offsetHeight * 0.75) + "px"; + nameBox.style.fontSize = (nameBox.offsetHeight * 0.7) + "px"; chatBox.style.display = "block"; - chatBox.style.fontSize = (chatBox.offsetHeight * 0.3) + "px"; + chatBox.style.fontSize = (chatBox.offsetHeight * 0.25) + "px"; if (this.chatmsg.color === 6) chatBoxInner.className = "rainbow-text"; |
