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 1/3] 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) => From d2add37bfff87fdc3078a6d0d8ea22d0bcd58f98 Mon Sep 17 00:00:00 2001 From: robbis95 <82042925+robbis95@users.noreply.github.com> Date: Sun, 15 May 2022 13:35:46 +0200 Subject: [PATCH 2/3] Fix camera checkout inventory toggle --- .../camera/views/checkout/CameraWidgetCheckoutView.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/camera/views/checkout/CameraWidgetCheckoutView.tsx b/src/components/camera/views/checkout/CameraWidgetCheckoutView.tsx index 2c8680f3..cd10dcd3 100644 --- a/src/components/camera/views/checkout/CameraWidgetCheckoutView.tsx +++ b/src/components/camera/views/checkout/CameraWidgetCheckoutView.tsx @@ -121,7 +121,7 @@ export const CameraWidgetCheckoutView: FC = props { (picturesBought > 0) && { LocalizeText('camera.purchase.count.info') } { picturesBought } - CreateLinkEvent('inventory/open') }>{ LocalizeText('camera.open.inventory') } + CreateLinkEvent('inventory/toggle') }>{ LocalizeText('camera.open.inventory') } } From e0f232f50d88f33366966fd2d6a6df3f49b82de7 Mon Sep 17 00:00:00 2001 From: robbis95 <82042925+robbis95@users.noreply.github.com> Date: Sun, 15 May 2022 14:02:46 +0200 Subject: [PATCH 3/3] Css report fix --- src/App.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.scss b/src/App.scss index 9dd4dcfd..9a3bd885 100644 --- a/src/App.scss +++ b/src/App.scss @@ -52,7 +52,7 @@ $friends-list-width: 250px; $friends-list-height: 300px; $help-width: 450px; -$help-height: 250px; +$help-height: 290px; $nitropedia-width: 400px; $nitropedia-height: 400px;