style(mailbox): Add cursor-pointers and fix empty state hover shift

This commit is contained in:
idevakk
2026-03-06 00:41:23 +05:30
parent 7dc89880a7
commit 3763847dd6
3 changed files with 32 additions and 32 deletions

View File

@@ -83,7 +83,7 @@
</div>
<button @click="toasts = toasts.filter(t => t.id !== toast.id)"
class="p-1.5 rounded-lg hover:bg-white/5 text-zinc-600 hover:text-white transition-all">
class="p-1.5 rounded-lg hover:bg-white/5 text-zinc-600 hover:text-white transition-all cursor-pointer pointer-events-auto z-10 relative">
<svg class="w-4 h-4" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M6 18L18 6M6 6l12 12" /></svg>
</button>
</div>