[TASK] style list and amount of attendees

This commit is contained in:
Marie Birner
2025-08-13 22:10:26 +02:00
parent 6d021e8d6b
commit e7a8b314ac
2 changed files with 12 additions and 2 deletions

View File

@@ -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,8 +108,10 @@ async fn retu(
} }
} }
} }
span.small {
(t!("amount_participants", amount = amount_participants)) (t!("amount_participants", amount = amount_participants))
} }
}
}); });
(cookies, markup).into_response() (cookies, markup).into_response()

View File

@@ -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;