Skip to content

Commit

Permalink
Deploying to gh-pages from @ 84db1ce 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
stonedDiscord committed Aug 31, 2024
1 parent 229b007 commit a7d4993
Show file tree
Hide file tree
Showing 13 changed files with 19 additions and 9 deletions.
3 changes: 3 additions & 0 deletions client.2df22444d331da94bd14.bundle.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions client.2df22444d331da94bd14.bundle.js.map

Large diffs are not rendered by default.

3 changes: 0 additions & 3 deletions client.eeaae165630dda72c125.bundle.js

This file was deleted.

1 change: 0 additions & 1 deletion client.eeaae165630dda72c125.bundle.js.map

This file was deleted.

4 changes: 2 additions & 2 deletions client.html

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions dom.a5cdd4d8a641bd90f749.bundle.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dom.a5cdd4d8a641bd90f749.bundle.js.map

Large diffs are not rendered by default.

2 changes: 0 additions & 2 deletions dom.d7b3003fc74f00ce964f.bundle.js

This file was deleted.

1 change: 0 additions & 1 deletion dom.d7b3003fc74f00ce964f.bundle.js.map

This file was deleted.

4 changes: 4 additions & 0 deletions styles/client.css
Original file line number Diff line number Diff line change
Expand Up @@ -563,6 +563,10 @@
color: #fff;
}

#client_playerlist {
overflow-y: scroll;
}

#client_menu {
overflow-y: auto;
height: 100%;
Expand Down
3 changes: 3 additions & 0 deletions styles/mod.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
table#client_playerlist td:nth-child(5), td:nth-child(6) {
display: inherit;
}
3 changes: 3 additions & 0 deletions styles/nomod.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
table#client_playerlist td:nth-child(5), td:nth-child(6) {
display: none;
}

0 comments on commit a7d4993

Please sign in to comment.