Fixing CSS for the user list to restrict it to 15em, preventing that damn WWWWW user from making the hall all wonky
This commit is contained in:
@@ -509,6 +509,7 @@ table.tables tr.privateForPlayer {
|
|||||||
|
|
||||||
#userListColumn {
|
#userListColumn {
|
||||||
min-width: fit-content;
|
min-width: fit-content;
|
||||||
|
max-width: 15em;
|
||||||
}
|
}
|
||||||
|
|
||||||
#userList {
|
#userList {
|
||||||
|
|||||||
Reference in New Issue
Block a user