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 ( -
+