New bans page format
- Favor showing banned user's name if available - Support for MyTSID bans - Show the ban type alongside it (is it a UID / IP / MyTSID ban?) - Fixed a bug that caused the banned-ip alerts to not display if user's last name was known
This commit is contained in:
@ -178,6 +178,11 @@ body {
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.bans-highlight {
|
||||
color: #e83e8c;
|
||||
font-family: var(--font-family-monospace);
|
||||
}
|
||||
|
||||
/* Responsive datatables styles */
|
||||
|
||||
table.dataTable>tbody>tr.child ul.dtr-details>li:first-child {
|
||||
|
Reference in New Issue
Block a user