Fix excess padding on character page

pull/1/head
Made Baruna 2022-09-06 03:10:03 +07:00
parent b29cfd3a8e
commit 58a5e0c834
1 changed files with 2 additions and 2 deletions

View File

@ -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'}"
>