diff options
| author | sD <stoned@derpymail.org> | 2020-05-09 14:33:12 +0200 |
|---|---|---|
| committer | sD <stoned@derpymail.org> | 2020-05-09 14:33:12 +0200 |
| commit | 2ed6f9a2e837b85382d62ce3f9b6c180dec3d48e (patch) | |
| tree | 968c5673ec98761f49edd98d50f7be6572093102 /webAO/client.js | |
| parent | d3017b42a255c6e2636f105f3426f164e6033b96 (diff) | |
allow chatboxes to use centered text all the time
Diffstat (limited to 'webAO/client.js')
| -rw-r--r-- | webAO/client.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webAO/client.js b/webAO/client.js index 07acdde..d2676f9 100644 --- a/webAO/client.js +++ b/webAO/client.js @@ -1736,7 +1736,7 @@ async changeBackground(position) { chatBoxInner.style.textAlign = "center"; this.chatmsg.content = this.chatmsg.content.substring(2, this.chatmsg.content.length); } else { - chatBoxInner.style.textAlign = "initial"; + chatBoxInner.style.textAlign = "inherit"; } this.tick(); |
