Skip to content

Commit

Permalink
Adjust admin page table style
Browse files Browse the repository at this point in the history
  • Loading branch information
aquarhead committed Sep 30, 2024
1 parent 0859cc4 commit f146f59
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion templates/team_admin.html
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,13 @@ <h1 class="title">

<div class="container is-max-desktop">
<table class="table is-bordered is-striped is-hoverable is-fullwidth">
<colgroup>
<col span="1" style="width: 60%;">
<col span="1" style="width: 40%;">
</colgroup>
<thead>
<tr>
<th></th>
<th>Player</th>
<th>Manage</th>
</tr>
</thead>
Expand Down

0 comments on commit f146f59

Please sign in to comment.