fix question layout
This commit is contained in:
parent
30981928dd
commit
5a3f90e603
@ -73,9 +73,8 @@ export const Question = ({
|
||||
>
|
||||
<Box
|
||||
sx={{
|
||||
position: "relative",
|
||||
height: "100%",
|
||||
width: "100%",
|
||||
minHeight: "100%",
|
||||
maxWidth: "1440px",
|
||||
padding: "40px 25px 20px",
|
||||
margin: "0 auto",
|
||||
@ -94,9 +93,8 @@ export const Question = ({
|
||||
target="_blank"
|
||||
href="https://quiz.pena.digital"
|
||||
sx={{
|
||||
position: "absolute",
|
||||
bottom: "20px",
|
||||
right: "25px",
|
||||
mt: "20px",
|
||||
alignSelf: "end",
|
||||
}}
|
||||
>
|
||||
{quizThemes[settings.cfg.theme].isLight ? (
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@frontend/squzanswerer",
|
||||
"version": "1.0.20",
|
||||
"version": "1.0.21",
|
||||
"type": "module",
|
||||
"main": "./dist-package/index.js",
|
||||
"module": "./dist-package/index.js",
|
||||
|
Loading…
Reference in New Issue
Block a user