onlineliste shows newbieStatus + newbiePlayedMinutesThreshold in GlobalHelper

This commit is contained in:
Luke
2021-05-08 00:09:02 +02:00
parent 6e21e3c5d2
commit 31a777585b
11 changed files with 55 additions and 25 deletions

View File

@@ -8,13 +8,7 @@ html {
-ms-user-select: none;
user-select: none;
}
.show {
display: show !important;
}
.hidden {
display: none !important;
}
html, body {
margin: unset;
}
@@ -110,9 +104,22 @@ table th:last-child, table td:last-child {
}
table tr td {
position: relative;
overflow: hidden;
}
table tr td span.player__status {
position: absolute;
top: .45em;
right: 1em;
font-size: .9em;
font-weight: normal;
line-height: 1.15;
padding: .4em .5em;
background-color: rgba(255, 255, 255, 0.125);
border-radius: 3px;
}
table tr td:nth-child(1) {
width: 7ch !important;
}
@@ -216,5 +223,11 @@ ol.inline.stats abbr {
text-decoration: none;
}
.show {
display: show;
}
/*# sourceMappingURL=style.css.map */
.hidden {
display: none;
}
/*# sourceMappingURL=style.css.map */