mirror of
https://github.com/MadeBaruna/paimon-moe.git
synced 2025-03-21 14:28:59 +01:00
Adjust wish counter page for small resolution
This commit is contained in:
parent
f706a41a5b
commit
c8371dc7e5
2 changed files with 2 additions and 2 deletions
|
@ -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-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.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 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>
|
||||||
<tr>
|
<tr>
|
||||||
<td class="text-legendary-from font-semibold pr-2 md:pr-4 border-t border-gray-700">
|
<td class="text-legendary-from font-semibold pr-2 md:pr-4 border-t border-gray-700">
|
||||||
|
|
|
@ -195,7 +195,7 @@
|
||||||
<div class="mb-4 flex justify-center">
|
<div class="mb-4 flex justify-center">
|
||||||
<Ad type="mobile" variant="mpu" id="2" />
|
<Ad type="mobile" variant="mpu" id="2" />
|
||||||
</div>
|
</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
|
<Counter
|
||||||
on:counterread={(val) => setRankWishTotal('character-event', val)}
|
on:counterread={(val) => setRankWishTotal('character-event', val)}
|
||||||
bind:this={counter1}
|
bind:this={counter1}
|
||||||
|
|
Loading…
Add table
Reference in a new issue