summaryrefslogtreecommitdiff
path: root/public/style.css
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2023-09-15 20:50:51 +0200
committerTor Andersson <tor@ccxvii.net>2023-09-18 21:16:47 +0200
commitd7ae1e694112d6a4bfc9d528aa738fb04946a0b3 (patch)
treefc4f1c147d5a7887f98240df2851a3ee8f039b29 /public/style.css
parent9e77cf5b29a533faf1909327772359d189e527b1 (diff)
downloadserver-d7ae1e694112d6a4bfc9d528aa738fb04946a0b3.tar.gz
Enforce limits on how many games you can create and join.
Also limit joining more games if you have too many games waiting. Generous default limits: 7 open, 29 active, and 3 waiting.
Diffstat (limited to 'public/style.css')
-rw-r--r--public/style.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/public/style.css b/public/style.css
index 0a950e6..c334e86 100644
--- a/public/style.css
+++ b/public/style.css
@@ -85,7 +85,7 @@ button:disabled {
.error { color: brown; font-style: italic; white-space: pre-wrap; }
.warning { color: brown; }
-p.warning::before { content: "\26a0"; }
+p.warning::before { content: "\26a0 "; }
/* TABLES */