fix: emoji height

This commit is contained in:
Shusui MOYATANI
2024-01-06 18:18:57 +09:00
parent 642a67cf13
commit 02d97c24d2

View File

@@ -295,7 +295,7 @@ const EmojiReactions: Component<{ event: NostrEvent }> = (props) => {
return ( return (
<button <button
class="flex h-8 max-w-[128px] items-center rounded border border-border px-1 sm:h-6" class="flex h-6 max-w-[128px] items-center rounded border border-border px-1"
classList={{ classList={{
'text-fg-tertiary': !isReactedByMeWithThisContent, 'text-fg-tertiary': !isReactedByMeWithThisContent,
'hover:bg-r-reaction/10': !isReactedByMeWithThisContent, 'hover:bg-r-reaction/10': !isReactedByMeWithThisContent,