mirror of
https://codeberg.org/SafeTwitch/safetwitch.git
synced 2025-01-03 11:20:07 -05:00
Add tooltip to title in stream preview
This commit is contained in:
parent
1ec6d07a23
commit
90ad2e42f5
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ export default {
|
||||||
<div class="inline-flex">
|
<div class="inline-flex">
|
||||||
<img :src="data.pfp" class="rounded-full mr-2" />
|
<img :src="data.pfp" class="rounded-full mr-2" />
|
||||||
<div class="w-full">
|
<div class="w-full">
|
||||||
<p class="font-bold w-[18rem] md:w-[22.9rem] truncate">{{ data.stream.title }}</p>
|
<p class="font-bold w-[18rem] md:w-[22.9rem] truncate" :title="data.stream.title">{{ data.stream.title }}</p>
|
||||||
<div class="inline-flex w-full justify-between">
|
<div class="inline-flex w-full justify-between">
|
||||||
<p class="text-neutral">{{ data.username }}</p>
|
<p class="text-neutral">{{ data.username }}</p>
|
||||||
<p class="self-end float-right">
|
<p class="self-end float-right">
|
||||||
|
|
Loading…
Reference in a new issue