Adjust wish counter page for small resolution

pull/1/head
Made Baruna 2022-07-28 20:49:12 +07:00
parent f706a41a5b
commit c8371dc7e5
2 changed files with 2 additions and 2 deletions

View File

@ -32,7 +32,7 @@
<td class="text-white text-md font-semibold pr-2 md:pr-4 flex-1 w-full">{$t(`wish.types.${type.id}`)}</td>
<td class="text-gray-400 text-sm font-display pr-2 md:pr-4 text-right">{$t('wish.summary.total')}</td>
<td class="text-gray-400 text-sm font-display pr-2 md:pr-4 text-right">{$t('wish.summary.percent')}</td>
<td class="text-gray-400 text-sm font-display text-right whitespace-nowrap">{$t('wish.summary.pityAverage')}</td>
<td class="text-gray-400 text-sm font-display text-right min-w-[60px]">{$t('wish.summary.pityAverage')}</td>
</tr>
<tr>
<td class="text-legendary-from font-semibold pr-2 md:pr-4 border-t border-gray-700">

View File

@ -195,7 +195,7 @@
<div class="mb-4 flex justify-center">
<Ad type="mobile" variant="mpu" id="2" />
</div>
<div class="grid gap-4 grid-cols-1 md:grid-cols-2 xl:grid-cols-3 max-w-screen-xl w-full">
<div class="grid gap-4 grid-cols-1 md:grid-cols-2 2xl:grid-cols-3 max-w-screen-xl w-full">
<Counter
on:counterread={(val) => setRankWishTotal('character-event', val)}
bind:this={counter1}