Merge branch 'staging'

This commit is contained in:
Nastya 2024-05-11 03:32:54 +03:00
commit 76a90f4533

@ -57,6 +57,7 @@ const StandartLayout = ({
display: "flex",
flexDirection: alignType === "left" ? "row" : "row-reverse",
padding: isTablet ? "15px" : "0",
width: "100%",
background: settings.cfg.design && !quizThemes[settings.cfg.theme].isLight
? alignType === 'left'
? "linear-gradient(90deg, #272626, transparent)"
@ -68,7 +69,7 @@ const StandartLayout = ({
>
<Box
sx={{
width: "40%",
width: settings.cfg.startpage.background.desktop ? "40%" : undefined,
height: "100%",
display: "flex",
flexDirection: "column",