display credits on game over

This commit is contained in:
2020-11-09 12:29:43 +01:00
parent ccd85b6bd8
commit 958ba01f6b
4 changed files with 5 additions and 1 deletions

View File

@ -194,6 +194,7 @@ footer {
left: 50%;
bottom: 1em;
transform: translateX(-50%);
display: none;
}
a {

View File

@ -276,6 +276,7 @@ footer {
left: 50%;
bottom: 1em;
transform: translateX(-50%);
display: none;
}
a {

View File

@ -198,6 +198,7 @@ footer {
left: 50%;
bottom: 1em;
transform: translateX(-50%);
display: none;
}
a {
@ -227,7 +228,6 @@ a {
border: 0 !important;
}
#leaderboard td:first-child {
text-align: left;
}