mirror of
https://github.com/coracle-social/flotilla.git
synced 2025-12-11 03:17:02 +00:00
Small display tweaks
This commit is contained in:
@@ -82,7 +82,7 @@
|
||||
</Tippy>
|
||||
<div class="flex flex-col">
|
||||
<LongPress
|
||||
class="chat-bubble mx-1 flex max-w-sm flex-col gap-1 text-left"
|
||||
class="chat-bubble mx-1 flex max-w-sm flex-col gap-1 text-left bg-alt"
|
||||
onLongPress={showMobileMenu}>
|
||||
{#if showPubkey && event.pubkey !== $pubkey}
|
||||
<div class="flex items-center gap-2">
|
||||
|
||||
@@ -92,7 +92,7 @@
|
||||
style={expandBlock ? "mask-image: linear-gradient(0deg, transparent 0px, black 100px)" : ""}>
|
||||
{#each shortContent as parsed, i}
|
||||
{#if isNewline(parsed)}
|
||||
<ContentNewline value={parsed.value.slice(1)} />
|
||||
<ContentNewline value={parsed.value.slice(1) || "\n"} />
|
||||
{:else if isTopic(parsed)}
|
||||
<ContentTopic value={parsed.value} />
|
||||
{:else if isCode(parsed)}
|
||||
|
||||
Reference in New Issue
Block a user