WebHost: Add a ChecksFinder tracker (#1333)

Co-authored-by: Chris Wilson <chris@legendserver.info>
This commit is contained in:
0rganics
2023-03-05 13:17:04 +00:00
committed by GitHub
parent 08c17c83d4
commit 227d59ecfb
4 changed files with 194 additions and 1 deletions

View File

@@ -0,0 +1,30 @@
#player-tracker-wrapper{
margin: 0;
}
#inventory-table{
padding: 8px 10px 2px 6px;
background-color: #42b149;
border-radius: 4px;
border: 2px solid black;
}
#inventory-table tr.column-headers td {
font-size: 1rem;
padding: 0 5rem 0 0;
}
#inventory-table td{
padding: 0 0.5rem 0.5rem;
font-family: LexendDeca-Light, monospace;
font-size: 2.5rem;
color: #ffffff;
}
#inventory-table td img{
vertical-align: middle;
}
.hide {
display: none;
}