mirror of https://github.com/VERT-sh/VERT.git
feat: better overflow on buttons for convert anim
This commit is contained in:
parent
cd91b30119
commit
38994d38d8
|
@ -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(
|
||||
|
|
Loading…
Reference in New Issue