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

@@ -80,8 +80,23 @@ table {
tr {
td {
position: relative;
overflow: hidden;
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(white, .125);
border-radius: 3px;
}
&:nth-child(1) { width: 7ch !important; }
&:nth-child(2) {
max-width: 36ch;
@@ -140,4 +155,7 @@ ol.inline.stats {
justify-content: center;
abbr { text-decoration: none; }
}
}
.show { display: show; }
.hidden { display: none; }