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