футер кукожит кнопки для мобилки

This commit is contained in:
Nastya 2024-01-07 18:30:31 +03:00
parent 3775beeefd
commit b013b254fe
3 changed files with 4 additions and 3 deletions

@ -151,7 +151,7 @@ export default function Main({ sidebar, header, footer, Page }: Props) {
: "flex-start",
flexDirection: isMobile ? "row-reverse" : "-moz-initial",
alignItems: "center",
gap: "15px",
gap: isMobile ? "5px" : "15px",
background: "#FFF",
borderTop: "#f2f3f7 2px solid",
}}

@ -45,7 +45,7 @@ export const ButtonRecallQuiz = () => {
height: "34px",
background: buttonText === "Опубликовано" ? "#FA5B0E" : "#7E2AEA",
p: "0 18px",
minWidth: "120px",
minWidth: "100px",
}}
onClick={handleClickStatusQuiz}
>

@ -20,6 +20,7 @@ export const ButtonTestPublication = () => {
whiteSpace: "nowrap",
lineHeight: "18px",
height: "34px",
width: "146px",
}}
>
Тестовый просмотр
@ -36,7 +37,7 @@ export const ButtonTestPublication = () => {
lineHeight: "18px",
height: "34px",
whiteSpace: "nowrap",
minWidth: "130px",
minWidth: "116px",
}}
onClick={() =>
Object.keys(whyCantCreatePublic).length === 0