style(lcelive): 9-slice scaling to main container

This commit is contained in:
KayJann
2026-06-02 02:31:54 +02:00
parent c01b745063
commit a60567613b
+1 -10
View File
@@ -803,16 +803,7 @@ const LceLiveView = memo(function LceLiveView() {
</div> </div>
)} )}
<div <div className="flex-1 flex flex-col p-8 z-10 relative overflow-hidden mc-options-bg">
className="flex-1 flex flex-col p-8 z-10 relative overflow-hidden rounded-b shadow-[0_0_30px_rgba(0,0,0,0.6)] border-4 border-[#222] border-t-0"
style={{
backgroundImage: "url('/images/background.png')",
backgroundSize: "100% auto",
backgroundRepeat: "no-repeat",
backgroundPosition: "top",
imageRendering: "pixelated",
}}
>
{renderContent()} {renderContent()}
</div> </div>
<div className="flex justify-center pt-4 pb-2"> <div className="flex justify-center pt-4 pb-2">