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"
|
||||
/>
|
||||
<span
|
||||
style=${{
|
||||
backgroundImage: `url(${icon})`,
|
||||
}}
|
||||
style=${{ backgroundImage: `url(${icon})` }}
|
||||
class="absolute h-6 w-6 rounded-full border-2 border-white action-icon"
|
||||
></span>
|
||||
</div>
|
||||
<div class="px-4 py-2">
|
||||
<span class=" text-gray-500 text-sm hover:no-underline truncate">
|
||||
<div class="px-4 py-2 min-w-0">
|
||||
<div class="text-gray-500 text-sm hover:no-underline truncate">
|
||||
${title}
|
||||
</span>
|
||||
</div>
|
||||
<p
|
||||
class=" text-gray-700 w-full text-base leading-6"
|
||||
dangerouslySetInnerHTML=${{ __html: body }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user