From beec80fee6a0afabd05843edaa06496c249f8dcc Mon Sep 17 00:00:00 2001
From: Izan Gil <66965250+SrIzan10@users.noreply.github.com>
Date: Sun, 17 May 2026 16:13:17 +0200
Subject: [PATCH] fix(styling): userinfocard not able to be seen in certain
places
---
apps/web/src/components/app/ChatPanel/ChatPanel.tsx | 2 +-
apps/web/src/components/app/Livestream/Livestream.tsx | 8 +++++---
.../src/components/app/StreamPlayer/StreamPlayer.tsx | 10 +++++++---
.../src/components/app/UserInfoCard/UserInfoCard.tsx | 2 +-
4 files changed, 14 insertions(+), 8 deletions(-)
diff --git a/apps/web/src/components/app/ChatPanel/ChatPanel.tsx b/apps/web/src/components/app/ChatPanel/ChatPanel.tsx
index 443f0a1..228f01a 100644
--- a/apps/web/src/components/app/ChatPanel/ChatPanel.tsx
+++ b/apps/web/src/components/app/ChatPanel/ChatPanel.tsx
@@ -300,7 +300,7 @@ export default function ChatPanel(props: Props) {
return (
+
{isRestricted && props.canViewRestrictedStream && (
@@ -80,9 +80,11 @@ export default function LiveStream(props: Props) {
)}
-
+
+
+
{isMobile && (
-
+
)}
diff --git a/apps/web/src/components/app/StreamPlayer/StreamPlayer.tsx b/apps/web/src/components/app/StreamPlayer/StreamPlayer.tsx
index 0e9ebe1..a897b1c 100644
--- a/apps/web/src/components/app/StreamPlayer/StreamPlayer.tsx
+++ b/apps/web/src/components/app/StreamPlayer/StreamPlayer.tsx
@@ -177,8 +177,8 @@ export default function StreamPlayer() {
}, [clearWaitingTimeout, playerKey, triggerRecovery]);
return (
-
-
+
+
@@ -200,7 +201,10 @@ export default function StreamPlayer() {
{(process.env.NODE_ENV === 'development' || userInfo?.isLive) && (
triggerRecovery('manual_reload')}>
-
+
Retry stream
diff --git a/apps/web/src/components/app/UserInfoCard/UserInfoCard.tsx b/apps/web/src/components/app/UserInfoCard/UserInfoCard.tsx
index 76e4681..31613e8 100644
--- a/apps/web/src/components/app/UserInfoCard/UserInfoCard.tsx
+++ b/apps/web/src/components/app/UserInfoCard/UserInfoCard.tsx
@@ -8,7 +8,7 @@ import { Preview } from '@/components/ui/channel-desc-fancy-area/preview';
export default function UserInfoCard(props: Props) {
return (
-