fix: re-add minimise button

This commit is contained in:
DecDuck
2025-05-10 14:22:21 +10:00
parent d83434a2ba
commit 4027ec4da2
3 changed files with 13 additions and 7 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
<template>
<button class="transition h-10 w-10 text-zinc-300 hover:bg-zinc-800 hover:text-zinc-100 p-2">
<button class="transition h-full aspect-square text-zinc-300 hover:bg-zinc-800 hover:text-zinc-100 p-[1.1rem]">
<slot />
</button>
</template>