diff options
| author | sD <stoned@derpymail.org> | 2020-02-12 12:08:12 +0100 |
|---|---|---|
| committer | sD <stoned@derpymail.org> | 2020-02-12 12:08:12 +0100 |
| commit | b52afe4fbd3f64d75c1364314abf7813baa4dca0 (patch) | |
| tree | c6be407896b36a99156635323e820720a6394f54 /webAO/client.js | |
| parent | f07b7b6673fa654927c732a5d6ca5256e3d30cd3 (diff) | |
the order is important
Diffstat (limited to 'webAO/client.js')
| -rw-r--r-- | webAO/client.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/webAO/client.js b/webAO/client.js index 54d05b6..9e2b5b2 100644 --- a/webAO/client.js +++ b/webAO/client.js @@ -1551,13 +1551,13 @@ class Viewport { } } + chatContainerBox.style.display = "block"; + nameBox.style.display = "block"; nameBox.style.fontSize = (nameBox.offsetHeight * 0.75) + "px"; chatBox.style.display = "block"; - chatBox.style.fontSize = (chatBox.offsetHeight * 0.3) + "px"; - - chatContainerBox.style.display = "block"; + chatBox.style.fontSize = (chatBox.offsetHeight * 0.3) + "px"; if (this.chatmsg.color === 6) chatBoxInner.className = "rainbow-text"; |
