[TASK] style list and amount of attendees
This commit is contained in:
@@ -87,7 +87,7 @@ async fn retu(
|
|||||||
ul.iterated {
|
ul.iterated {
|
||||||
@for rank in highscore {
|
@for rank in highscore {
|
||||||
@if rank.show_dots_above {
|
@if rank.show_dots_above {
|
||||||
li.card {
|
li.no-border {
|
||||||
span {
|
span {
|
||||||
"⋮"
|
"⋮"
|
||||||
}
|
}
|
||||||
@@ -108,7 +108,9 @@ async fn retu(
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
(t!("amount_participants", amount = amount_participants))
|
span.small {
|
||||||
|
(t!("amount_participants", amount = amount_participants))
|
||||||
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
@@ -154,6 +154,14 @@ ul.iterated > li {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
ul.iterated > li.no-border {
|
||||||
|
border-bottom: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
ul.iterated > li.no-border::before {
|
||||||
|
content: unset;
|
||||||
|
}
|
||||||
|
|
||||||
/* Header */
|
/* Header */
|
||||||
#theme_switcher {
|
#theme_switcher {
|
||||||
width: 20px;
|
width: 20px;
|
||||||
|
Reference in New Issue
Block a user