Add Temporary Admin Panel

This commit is contained in:
BloxerHD 2026-07-04 21:09:05 +01:00 committed by red binder
commit fe262d895d
3 changed files with 81 additions and 1 deletions

View file

@ -446,6 +446,20 @@ code {
}
}
.ban-form {
margin-top: 16px;
}
.ban-form h2 {
margin: 0;
padding: 0px;
}
.ban-form p {
margin: 0;
padding: 0px;
}
.active {
background-color: #a00b0b;
border-color: #6d0606;