Fix settings menu (#1271)

This commit is contained in:
Monochromish 2022-07-11 14:07:42 +05:30 committed by GitHub
parent 855e4ac7a1
commit 109de19595
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 22 additions and 12 deletions

View file

@ -240,9 +240,11 @@ input[type=range].md-slider::-webkit-slider-runnable-track {
} }
@media only screen and (min-width: 1133px) and (max-width: 1233px) { @media only screen and (min-width: 1133px) and (max-width: 1233px) {
.about-page {
.row .col-auto { .row .col-auto {
display: none !important; display: none !important;
} }
}
} }
.col-1 { .col-1 {

View file

@ -2642,10 +2642,12 @@ fieldset:disabled .btn {
width: auto; width: auto;
} }
@media only screen and (min-width: 1133px) and (max-width: 1241px) { @media only screen and (min-width: 1133px) and (max-width: 1233px) {
.about-page {
.row .col-auto { .row .col-auto {
display: none !important; display: none !important;
} }
}
} }
.col-1 { .col-1 {

View file

@ -1303,10 +1303,12 @@
float: right; float: right;
} }
@media only screen and (min-width: 1133px) and (max-width: 1277px) { @media only screen and (min-width: 1133px) and (max-width: 1277px) {
.about-page {
.social-btn { .social-btn {
display: none !important; display: none !important;
} }
} }
}
.animated { .animated {
width: 100%; width: 100%;

View file

@ -1900,9 +1900,11 @@ input[type="range"].web-slider.display--small::-webkit-slider-thumb {
} }
@media only screen and (min-width: 1133px) and (max-width: 1277px) { @media only screen and (min-width: 1133px) and (max-width: 1277px) {
.about-page {
.social-btn { .social-btn {
display: none !important; display: none !important;
} }
}
} }
.about-page { .about-page {

View file

@ -279,10 +279,12 @@ input[type=range].md-slider::-webkit-slider-runnable-track {
width: auto; width: auto;
} }
@media only screen and (min-width: 1133px) and (max-width: 1241px) { @media only screen and (min-width: 1133px) and (max-width: 1233px) {
.about-page {
.row .col-auto { .row .col-auto {
display: none !important; display: none !important;
} }
}
} }
.col-1 { .col-1 {