mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-03-10 13:44:27 +08:00
updated not qualified lb styling
This commit is contained in:
parent
d868b19136
commit
27135a6646
2 changed files with 9 additions and 3 deletions
|
@ -271,6 +271,7 @@ a:hover {
|
|||
font-size: 0.75rem;
|
||||
|
||||
td {
|
||||
padding: 0.5rem;
|
||||
background: var(--bg-color);
|
||||
position: -webkit-sticky;
|
||||
position: sticky;
|
||||
|
@ -288,11 +289,12 @@ a:hover {
|
|||
|
||||
tfoot {
|
||||
td {
|
||||
padding: 0.5rem;
|
||||
position: -webkit-sticky;
|
||||
position: sticky;
|
||||
bottom: 0;
|
||||
background: var(--bg-color);
|
||||
color: var(--main-color);
|
||||
color: var(--sub-color);
|
||||
z-index: 4;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -123,7 +123,9 @@ function updateLeaderboards() {
|
|||
|
||||
$("#leaderboardsWrapper table.daily tfoot").html(`
|
||||
<tr>
|
||||
<td colspan="7">Not qualified</td>
|
||||
<td><br><br></td>
|
||||
<td colspan="5" style="text-align:center;">Not qualified</>
|
||||
<td><br><br></td>
|
||||
</tr>
|
||||
`);
|
||||
//daily
|
||||
|
@ -183,7 +185,9 @@ function updateLeaderboards() {
|
|||
|
||||
$("#leaderboardsWrapper table.global tfoot").html(`
|
||||
<tr>
|
||||
<td colspan="7">Not qualified</td>
|
||||
<td><br><br></td>
|
||||
<td colspan="5" style="text-align:center;">Not qualified</>
|
||||
<td><br><br></td>
|
||||
</tr>
|
||||
`);
|
||||
//global
|
||||
|
|
Loading…
Reference in a new issue