removed width limitation for username button
This commit is contained in:
parent
5cb8f2c395
commit
2dc6b10016
1 changed files with 1 additions and 1 deletions
|
|
@ -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">🥷 {{ username }}</h1>
|
<h1 class="text-lg">🥷 {{ username }}</h1>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue