implement find player

This commit is contained in:
2019-06-09 15:55:28 +02:00
parent 1b97512735
commit 3c69e68385
4 changed files with 49 additions and 13 deletions

View File

@@ -47,6 +47,14 @@ body{
width: 100px;
}
.noPlayerFound{
background: red;
float: left;
width: 180px;
text-align: center;
font-weight: bold;
}
/* #################### LEADERBOARDS ##################### */
.leaderboard-container{
width: 80%;