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:
parent
4709430002
commit
53ab770576
1 changed files with 2 additions and 2 deletions
|
@ -66,9 +66,9 @@ export default {
|
||||||
<div class="text-contrast p-2 inline-flex space-x-2 w-full h-16">
|
<div class="text-contrast p-2 inline-flex space-x-2 w-full h-16">
|
||||||
<div class="inline-flex">
|
<div class="inline-flex">
|
||||||
<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">
|
<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 }}
|
{{ data.stream.title }}
|
||||||
</p>
|
</p>
|
||||||
<div class="inline-flex w-full justify-between">
|
<div class="inline-flex w-full justify-between">
|
||||||
|
|
Loading…
Reference in a new issue