mirror of
https://github.com/MadeBaruna/paimon-moe.git
synced 2024-11-23 07:17:43 +01:00
Fix excess padding on character page
This commit is contained in:
parent
b29cfd3a8e
commit
58a5e0c834
1 changed files with 2 additions and 2 deletions
|
@ -328,7 +328,7 @@
|
|||
<div class="flex items-center justify-center md:justify-start md:mr-4">
|
||||
<button
|
||||
on:click={() => toggleElement('pyro')}
|
||||
class="rounded-xl hover:bg-black hover:bg-opacity-25 cursor-pointer p-2 focus:outline-none {elementFilter.pyro
|
||||
class="rounded-xl hover:bg-black hover:bg-opacity-25 cursor-pointer pr-2 focus:outline-none {elementFilter.pyro
|
||||
? ''
|
||||
: 'opacity-25'}"
|
||||
>
|
||||
|
@ -376,7 +376,7 @@
|
|||
</button>
|
||||
<button
|
||||
on:click={() => toggleElement('geo')}
|
||||
class="rounded-xl hover:bg-black hover:bg-opacity-25 cursor-pointer p-2 focus:outline-none {elementFilter.geo
|
||||
class="rounded-xl hover:bg-black hover:bg-opacity-25 cursor-pointer pl-2 focus:outline-none {elementFilter.geo
|
||||
? ''
|
||||
: 'opacity-25'}"
|
||||
>
|
||||
|
|
Loading…
Reference in a new issue