Merge branch 'staging'
This commit is contained in:
commit
76a90f4533
@ -57,6 +57,7 @@ const StandartLayout = ({
|
|||||||
display: "flex",
|
display: "flex",
|
||||||
flexDirection: alignType === "left" ? "row" : "row-reverse",
|
flexDirection: alignType === "left" ? "row" : "row-reverse",
|
||||||
padding: isTablet ? "15px" : "0",
|
padding: isTablet ? "15px" : "0",
|
||||||
|
width: "100%",
|
||||||
background: settings.cfg.design && !quizThemes[settings.cfg.theme].isLight
|
background: settings.cfg.design && !quizThemes[settings.cfg.theme].isLight
|
||||||
? alignType === 'left'
|
? alignType === 'left'
|
||||||
? "linear-gradient(90deg, #272626, transparent)"
|
? "linear-gradient(90deg, #272626, transparent)"
|
||||||
@ -68,7 +69,7 @@ const StandartLayout = ({
|
|||||||
>
|
>
|
||||||
<Box
|
<Box
|
||||||
sx={{
|
sx={{
|
||||||
width: "40%",
|
width: settings.cfg.startpage.background.desktop ? "40%" : undefined,
|
||||||
height: "100%",
|
height: "100%",
|
||||||
display: "flex",
|
display: "flex",
|
||||||
flexDirection: "column",
|
flexDirection: "column",
|
||||||
|
Loading…
Reference in New Issue
Block a user