Racepicks: Align table column min width with seasonpicks table
This commit is contained in:
@ -304,7 +304,7 @@
|
|||||||
{@const picks = racepicks.filter((pick: RacePick) => pick.user === user.id)}
|
{@const picks = racepicks.filter((pick: RacePick) => pick.user === user.id)}
|
||||||
|
|
||||||
<div
|
<div
|
||||||
class="card ml-1 mt-2 w-full min-w-12 overflow-hidden py-2 shadow lg:ml-2 lg:min-w-40
|
class="card ml-1 mt-2 w-full min-w-12 overflow-hidden py-2 shadow lg:ml-2 lg:min-w-36
|
||||||
{$pbUser && $pbUser.username === user.username ? 'bg-primary-300' : ''}"
|
{$pbUser && $pbUser.username === user.username ? 'bg-primary-300' : ''}"
|
||||||
>
|
>
|
||||||
<!-- Avatar + name display at the top -->
|
<!-- Avatar + name display at the top -->
|
||||||
|
Reference in New Issue
Block a user