This commit is contained in:
2024-05-28 11:54:48 +01:00
parent bdb34438eb
commit 1130027d0c
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ import { formatSats } from "@/number";
import { getHost, extractStreamInfo, findTag } from "@/utils"; import { getHost, extractStreamInfo, findTag } from "@/utils";
import { TaggedNostrEvent } from "@snort/system"; import { TaggedNostrEvent } from "@snort/system";
import { SnortContext, useUserProfile } from "@snort/system-react"; import { SnortContext, useUserProfile } from "@snort/system-react";
import { useContext, useState } from "react"; import { useContext } from "react";
import { FormattedMessage } from "react-intl"; import { FormattedMessage } from "react-intl";
import { useNavigate } from "react-router-dom"; import { useNavigate } from "react-router-dom";
import { WarningButton } from "../buttons"; import { WarningButton } from "../buttons";

View File

@ -81,7 +81,7 @@ export function StreamPage({ link, evPreload }: { evPreload?: TaggedNostrEvent;
stream={status === StreamState.Live ? stream : recording} stream={status === StreamState.Live ? stream : recording}
poster={image} poster={image}
status={status} status={status}
className="max-xl:max-h-[30vh] xl:w-full mx-auto" className="max-xl:max-h-[30vh] xl:w-full xl:max-h-[85dvh] mx-auto"
/> />
</Suspense> </Suspense>
<div className="lg:px-5 max-lg:px-2"> <div className="lg:px-5 max-lg:px-2">