onlineliste shows newbieStatus + newbiePlayedMinutesThreshold in GlobalHelper
This commit is contained in:
@@ -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 */
|
||||
Reference in New Issue
Block a user