Make navbar buttons square

This commit is contained in:
Joscha 2025-05-27 00:43:34 +02:00
parent 47356d359d
commit 7cdc03397b

View file

@ -1,6 +1,6 @@
<template>
<div
class="flex items-center rounded-md bg-neutral-800 px-2 hover:bg-neutral-700 active:bg-neutral-500"
class="flex h-7 w-7 items-center justify-center rounded-md bg-neutral-800 hover:bg-neutral-700 active:bg-neutral-500"
>
<slot></slot>
</div>