Skip to content

Commit

Permalink
fix(ui): gap between player badges
Browse files Browse the repository at this point in the history
  • Loading branch information
Tarow committed Dec 23, 2023
1 parent 33e89c5 commit b391954
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion templates/components/gamelist.templ
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ templ Game(game skat.Game, showFooter bool) {
</svg>
</div>
//<div class="col-span-2">Players</div>
<div class="col-span-7 flex flex-wrap">
<div class="col-span-7 flex flex-wrap gap-2">
for _, p := range game.Players {
<div class="badge">{ p }</div>
}
Expand Down
2 changes: 1 addition & 1 deletion templates/components/gamelist_templ.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b391954

Please sign in to comment.