closes #125
This commit is contained in:
parent
bdb34438eb
commit
1130027d0c
@ -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";
|
||||
|
@ -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">
|
||||
|
Loading…
x
Reference in New Issue
Block a user