Fix username having a to large clickable area #105

This commit is contained in:
dragongoose 2024-06-02 11:53:15 -04:00
parent f3f6dd88aa
commit 8e23dc0e7f
No known key found for this signature in database
GPG Key ID: 01397EEC371CDAA5
2 changed files with 2 additions and 2 deletions

View File

@ -113,7 +113,7 @@ export default {
<div class="ml-3 content-between">
<router-link :to="'/' + data.streamer.login">
<h1 class="text-2xl md:text-4xl font-bold">{{ data.streamer.username }}</h1>
<h1 class="text-2xl md:text-4xl font-bold inline-block">{{ data.streamer.username }}</h1>
</router-link>
<p class="text-sm font-bold text-neutral self-end">
{{ truncate(data.title, 130) }}

View File

@ -117,7 +117,7 @@ export default {
<div class="ml-3 content-between w-5/6">
<router-link :to="'/' + data.streamer.login">
<h1 class="text-2xl md:text-4xl font-bold">{{ data.streamer.username }}</h1>
<h1 class="text-2xl md:text-4xl font-bold inline-block">{{ data.streamer.username }}</h1>
</router-link>
<p class="text-sm font-bold text-neutral self-end">
{{ truncate(data.title, 130) }}