mirror of
https://github.com/aljazceru/rabbit.git
synced 2025-12-17 22:14:26 +01:00
fix: emoji height
This commit is contained in:
@@ -295,7 +295,7 @@ const EmojiReactions: Component<{ event: NostrEvent }> = (props) => {
|
||||
|
||||
return (
|
||||
<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={{
|
||||
'text-fg-tertiary': !isReactedByMeWithThisContent,
|
||||
'hover:bg-r-reaction/10': !isReactedByMeWithThisContent,
|
||||
|
||||
Reference in New Issue
Block a user