[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 {
@for rank in highscore {
@if rank.show_dots_above {
li.card {
li.no-border {
span {
""
}
@@ -108,7 +108,9 @@ async fn retu(
}
}
}
(t!("amount_participants", amount = amount_participants))
span.small {
(t!("amount_participants", amount = amount_participants))
}
}
});

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 */
#theme_switcher {
width: 20px;