diff options
Diffstat (limited to 'webAO')
| -rw-r--r-- | webAO/client.html | 1 | ||||
| -rw-r--r-- | webAO/styles/client.css | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/webAO/client.html b/webAO/client.html index 22e0ff4..69e17e9 100644 --- a/webAO/client.html +++ b/webAO/client.html @@ -30,6 +30,7 @@ <div id="client_loading"> <h1 id="client_loadingtext">Loading</h1> <noscript><p style="color: red;">webAO requires JavaScript to work</p></noscript> + <p>Having trouble? <a href="https://discord.gg/9rYQVVQ">Join us on Discord</a></p> <button class="client_reconnect" onclick="ReconnectButton()">Reconnect</button> </div> <div id="client_charselect"> diff --git a/webAO/styles/client.css b/webAO/styles/client.css index 88b5532..d56fe24 100644 --- a/webAO/styles/client.css +++ b/webAO/styles/client.css @@ -445,7 +445,7 @@ } .menu_icon { - font-size: 2em; + font-size: 2vw; } .area-button { |
