Skip to content

Commit

Permalink
Hide ugly bar before problem badges on mobile scoreboard
Browse files Browse the repository at this point in the history
  • Loading branch information
nickygerritsen committed Oct 23, 2024
1 parent 4fda35a commit 2ed53a1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions webapp/public/style_domjudge.css
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,9 @@ del {
border-right: 1px solid silver;
padding: 0;
}
.scoreboard td.no-border, .scoreboard th.no-border {
border: none;
}
.scoreboard td.score_cell {
min-width: 4.2em;
border-right: none;
Expand Down

0 comments on commit 2ed53a1

Please sign in to comment.