This commit is contained in:
kieran 2024-05-28 11:54:48 +01:00
parent bdb34438eb
commit 1130027d0c
No known key found for this signature in database
GPG Key ID: DE71CEB3925BE941
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 { TaggedNostrEvent } from "@snort/system";
import { SnortContext, useUserProfile } from "@snort/system-react";
import { useContext, useState } from "react";
import { useContext } from "react";
import { FormattedMessage } from "react-intl";
import { useNavigate } from "react-router-dom";
import { WarningButton } from "../buttons";

View File

@ -81,7 +81,7 @@ export function StreamPage({ link, evPreload }: { evPreload?: TaggedNostrEvent;
stream={status === StreamState.Live ? stream : recording}
poster={image}
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>
<div className="lg:px-5 max-lg:px-2">