This commit is contained in:
Nastya 2024-05-05 02:13:25 +03:00
parent 13f2de8518
commit fcf4a13cc2

@ -178,7 +178,7 @@ export const StartPageViewPublication = () => {
width: "100%",
background:
settings.cfg.startpageType === "expanded"
? settings.cfg.startpage.position === "left" || isMobile && settings.cfg.startpage.position === "left" || isMobile && settings.cfg.startpage.position === "right"
? settings.cfg.startpage.position === "left" || isMobile && settings.cfg.startpage.position === "right"
? "linear-gradient(90deg, rgba(39, 38, 38, 0.95) 7.66%, rgba(42, 42, 46, 0.85) 42.12%, rgba(51, 54, 71, 0.4) 100%)"
: settings.cfg.startpage.position === "center"
? "linear-gradient(0deg, rgba(39, 38, 38, 0.95) 7.66%, rgba(42, 42, 46, 0.85) 42.12%, rgba(51, 54, 71, 0.4) 100%)"