diff options
| author | David Skoland <davidskoland@gmail.com> | 2026-02-11 00:10:05 +0100 |
|---|---|---|
| committer | David Skoland <davidskoland@gmail.com> | 2026-02-11 00:10:05 +0100 |
| commit | c380112d5f29b68bfa301527405fdf372835900e (patch) | |
| tree | 2adc4823adb41662db8062e6aaab4c3586e374d8 /webAO/styles/nomod.css | |
| parent | 6314a7e61ad85aaf9313ed2947853e8e1d2aea33 (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/nomod.css')
| -rw-r--r-- | webAO/styles/nomod.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/webAO/styles/nomod.css b/webAO/styles/nomod.css index 132e40e..1c03547 100644 --- a/webAO/styles/nomod.css +++ b/webAO/styles/nomod.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: none; } |
