mirror of
https://github.com/LCE-Hub/LCE-Emerald-Launcher.git
synced 2026-08-20 04:27:29 +00:00
style(lcelive): 9-slice scaling to main container
This commit is contained in:
parent
c01b745063
commit
a60567613b
|
|
@ -803,16 +803,7 @@ const LceLiveView = memo(function LceLiveView() {
|
|||
</div>
|
||||
)}
|
||||
|
||||
<div
|
||||
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",
|
||||
}}
|
||||
>
|
||||
<div className="flex-1 flex flex-col p-8 z-10 relative overflow-hidden mc-options-bg">
|
||||
{renderContent()}
|
||||
</div>
|
||||
<div className="flex justify-center pt-4 pb-2">
|
||||
|
|
|
|||
Loading…
Reference in a new issue