Made Settings page more responsive
This commit is contained in:
parent
d53d84e398
commit
c4331d1820
|
@ -375,19 +375,27 @@ input:disabled {
|
||||||
cursor: not-allowed;
|
cursor: not-allowed;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@media (max-width: 1250px) {
|
@media (max-width: 1250px) {
|
||||||
body.option {
|
body.option {
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
width: 750px;
|
width: 95vw;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
padding: 40px 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
section.links {
|
section.links {
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
width: 750px;
|
width: 95vw;
|
||||||
padding: 0 55px;
|
padding: 0 55px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
section.block-option {
|
||||||
|
width: 95vw;
|
||||||
|
}
|
||||||
|
|
||||||
|
div.checklist div x {
|
||||||
|
overflow: hidden;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
html.mobile img,
|
html.mobile img,
|
||||||
|
|
Loading…
Reference in New Issue