0
Fork 0
mirror of https://codeberg.org/SafeTwitch/safetwitch.git synced 2024-12-22 13:22:58 -05:00

Attempt to fix #67(2)

This commit is contained in:
dragongoose 2023-12-01 17:27:39 -05:00
parent 4709430002
commit 53ab770576
No known key found for this signature in database
GPG key ID: 01397EEC371CDAA5

View file

@ -66,9 +66,9 @@ export default {
<div class="text-contrast p-2 inline-flex space-x-2 w-full h-16">
<div class="inline-flex">
<div class="inline-flex">
<img :src="data.pfp" class="rounded-full mr-2" />
<img :src="data.pfp" class="rounded-full w-12 mr-2" />
<div class="w-full">
<p class="font-bold w-[18rem] md:w-[22.9rem] truncate" :title="data.stream.title">
<p class="font-bold w-[18rem] md:w-[23rem] truncate" :title="data.stream.title">
{{ data.stream.title }}
</p>
<div class="inline-flex w-full justify-between">