Skip to content

Commit

Permalink
Remove unused style
Browse files Browse the repository at this point in the history
  • Loading branch information
theonlypwner committed Dec 10, 2024
1 parent b3df9e8 commit 646dae5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/tools/match_win/AppToolsMatchWin.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ $: memo = (() => {
{#each memo as row, i}
<tr>
{#if !i}
<th rowspan={tableSize}><div style="writing-mode: vertical-lr; text-align: end; transform: rotate(180deg)">Opponent score</div></th>
<th rowspan={tableSize}><div style="writing-mode: vertical-lr; transform: rotate(180deg)">Opponent score</div></th>
{/if}
<th style="position: sticky; left: 0">{i}</th>
{#each row as v}
Expand Down

0 comments on commit 646dae5

Please sign in to comment.