aboutsummaryrefslogtreecommitdiff
path: root/webAO/styles/mod.css
diff options
context:
space:
mode:
authorDavid Skoland <davidskoland@gmail.com>2026-02-11 00:10:05 +0100
committerDavid Skoland <davidskoland@gmail.com>2026-02-11 00:10:05 +0100
commitc380112d5f29b68bfa301527405fdf372835900e (patch)
tree2adc4823adb41662db8062e6aaab4c3586e374d8 /webAO/styles/mod.css
parent6314a7e61ad85aaf9313ed2947853e8e1d2aea33 (diff)
Filter playerlist by area and remove Area column
Hide players not in the client's current area. Re-render playerlist on area switch. Remove the now-redundant Area column. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Diffstat (limited to 'webAO/styles/mod.css')
-rw-r--r--webAO/styles/mod.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/webAO/styles/mod.css b/webAO/styles/mod.css
index 05f8c87..1e077b3 100644
--- a/webAO/styles/mod.css
+++ b/webAO/styles/mod.css
@@ -1,4 +1,4 @@
-table#client_playerlist td:nth-child(6),
-td:nth-child(7) {
+table#client_playerlist td:nth-child(5),
+td:nth-child(6) {
display: inherit;
}