fix question layout

This commit is contained in:
nflnkr 2024-04-08 17:48:24 +03:00
parent 30981928dd
commit 5a3f90e603
2 changed files with 4 additions and 6 deletions

@ -73,9 +73,8 @@ export const Question = ({
> >
<Box <Box
sx={{ sx={{
position: "relative",
height: "100%",
width: "100%", width: "100%",
minHeight: "100%",
maxWidth: "1440px", maxWidth: "1440px",
padding: "40px 25px 20px", padding: "40px 25px 20px",
margin: "0 auto", margin: "0 auto",
@ -94,9 +93,8 @@ export const Question = ({
target="_blank" target="_blank"
href="https://quiz.pena.digital" href="https://quiz.pena.digital"
sx={{ sx={{
position: "absolute", mt: "20px",
bottom: "20px", alignSelf: "end",
right: "25px",
}} }}
> >
{quizThemes[settings.cfg.theme].isLight ? ( {quizThemes[settings.cfg.theme].isLight ? (

@ -1,6 +1,6 @@
{ {
"name": "@frontend/squzanswerer", "name": "@frontend/squzanswerer",
"version": "1.0.20", "version": "1.0.21",
"type": "module", "type": "module",
"main": "./dist-package/index.js", "main": "./dist-package/index.js",
"module": "./dist-package/index.js", "module": "./dist-package/index.js",