mirror of
https://github.com/aljazceru/rabbit.git
synced 2025-12-18 06:24:25 +01:00
fix: emoji height
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user