added stalking mode

This commit is contained in:
Sarah Faey 2022-12-08 20:55:58 +01:00
parent c8673f9dde
commit 5c868d45c6
3 changed files with 90 additions and 6 deletions

View file

@ -0,0 +1,18 @@
.usertable{
margin-top: 15px;
border: 1px solid;
}
.usertable td {
border: 1px solid;
padding-left: 8px;
padding-right: 8px;
}
.usertable th {
border: 1px solid;
margin-left: 10px;
padding-left: 8px;
padding-right: 8px;
}