removed width limitation for username button

This commit is contained in:
ak 2023-09-30 23:55:29 -07:00
parent 5cb8f2c395
commit 2dc6b10016

View file

@ -21,7 +21,7 @@ const changeTitle = (text) => {
</div> </div>
<router-link :to="`/user/${username}`"> <router-link :to="`/user/${username}`">
<div <div
class="h-[4rem] w-[8rem] px-5 flex justify-center items-center border-l hover:bg-zinc-100 hover:text-zinc-700" class="h-[4rem] px-5 flex justify-center items-center border-l hover:bg-zinc-100 hover:text-zinc-700"
> >
<h1 class="text-lg">&#129399; {{ username }}</h1> <h1 class="text-lg">&#129399; {{ username }}</h1>
</div> </div>