mirror of
https://github.com/owncast/owncast.git
synced 2024-10-10 19:16:02 +00:00
parent
101b654359
commit
dcf19923a1
@ -62,16 +62,14 @@ function SingleFederatedUser(props) {
|
|||||||
class="rounded-full border border-slate-500 w-16"
|
class="rounded-full border border-slate-500 w-16"
|
||||||
/>
|
/>
|
||||||
<span
|
<span
|
||||||
style=${{
|
style=${{ backgroundImage: `url(${icon})` }}
|
||||||
backgroundImage: `url(${icon})`,
|
|
||||||
}}
|
|
||||||
class="absolute h-6 w-6 rounded-full border-2 border-white action-icon"
|
class="absolute h-6 w-6 rounded-full border-2 border-white action-icon"
|
||||||
></span>
|
></span>
|
||||||
</div>
|
</div>
|
||||||
<div class="px-4 py-2">
|
<div class="px-4 py-2 min-w-0">
|
||||||
<span class=" text-gray-500 text-sm hover:no-underline truncate">
|
<div class="text-gray-500 text-sm hover:no-underline truncate">
|
||||||
${title}
|
${title}
|
||||||
</span>
|
</div>
|
||||||
<p
|
<p
|
||||||
class=" text-gray-700 w-full text-base leading-6"
|
class=" text-gray-700 w-full text-base leading-6"
|
||||||
dangerouslySetInnerHTML=${{ __html: body }}
|
dangerouslySetInnerHTML=${{ __html: body }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user