feat: better overflow on buttons for convert anim

This commit is contained in:
not-nullptr 2024-11-12 01:56:00 +00:00
parent cd91b30119
commit 38994d38d8
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@
></div>
{#each Object.entries(links) as [name, link] (link)}
<button
class="w-1/2 px-2 h-full flex items-center justify-center rounded-xl relative font-display overflow-hidden"
class="w-1/2 px-2 h-[calc(100%-16px)] mt-2 flex items-center justify-center rounded-xl relative font-display overflow-hidden"
onclick={() => {
const keys = Object.keys(links);
const currentIndex = keys.findIndex(