FIX: User Page Current Live Style Issues

This commit is contained in:
EvanLin3141
2025-03-04 18:49:50 +00:00
parent 69a2405c90
commit 43232bac4b

View File

@@ -218,12 +218,16 @@ const UserPage: React.FC = () => {
<div <div
id="content" id="content"
className="col-span-2 bg-[var(--user-contentBox)] rounded-lg p-6 flex flex-col items-center w-full" className="col-span-2 bg-[var(--user-contentBox)] rounded-lg p-6 flex flex-col items-center w-full"
> >
{/* Stream */} {/* Stream */}
{currentStream && ( {currentStream && (
<div className="mb-8"> <div className="mb-8 max-w-[500px] w-full">
<h2 className="text-2xl bg-[#ff0000] border py-4 px-[9rem] font-black mb-4 rounded-[4rem]">Currently Live!</h2> <h2
<StreamListItem className="text-[1.2em] sm:text-[2em] bg-[#ff0000] border py-2 px-8 sm:px-12 md:px-16
font-black mb-4 rounded-full text-center"
>
Currently Live!
</h2> <StreamListItem
id={profileData.id} id={profileData.id}
title={currentStream.title || ""} title={currentStream.title || ""}
streamCategory="" streamCategory=""