aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--webAO/client.js2
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();