From cf4a7f6fdfb821b22a13a443b2f52f6327db13b3 Mon Sep 17 00:00:00 2001 From: robbis95 <82042925+robbis95@users.noreply.github.com> Date: Sun, 15 May 2022 13:34:21 +0200 Subject: [PATCH] Css fixes image-rendering --- .../views/search/NavigatorSearchResultItemInfoView.tsx | 2 +- .../room/widgets/chat-input/ChatInputStyleSelectorView.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/navigator/views/search/NavigatorSearchResultItemInfoView.tsx b/src/components/navigator/views/search/NavigatorSearchResultItemInfoView.tsx index 432fce48..b02b834e 100644 --- a/src/components/navigator/views/search/NavigatorSearchResultItemInfoView.tsx +++ b/src/components/navigator/views/search/NavigatorSearchResultItemInfoView.tsx @@ -43,7 +43,7 @@ export const NavigatorSearchResultItemInfoView: FC setIsVisible(true) } onMouseLeave={ event => setIsVisible(false) } /> - + { roomData.habboGroupId > 0 && ( diff --git a/src/components/room/widgets/chat-input/ChatInputStyleSelectorView.tsx b/src/components/room/widgets/chat-input/ChatInputStyleSelectorView.tsx index 505bc375..f5cbbe50 100644 --- a/src/components/room/widgets/chat-input/ChatInputStyleSelectorView.tsx +++ b/src/components/room/widgets/chat-input/ChatInputStyleSelectorView.tsx @@ -46,7 +46,7 @@ export const ChatInputStyleSelectorView: FC = p <> - + { chatStyleIds && (chatStyleIds.length > 0) && chatStyleIds.map((styleId) =>