Fix settings menu (#1271)
This commit is contained in:
parent
855e4ac7a1
commit
109de19595
5 changed files with 22 additions and 12 deletions
|
@ -240,8 +240,10 @@ 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) {
|
||||||
.row .col-auto {
|
.about-page {
|
||||||
display: none !important;
|
.row .col-auto {
|
||||||
|
display: none !important;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
8
src/renderer/less/bootstrap.less
vendored
8
src/renderer/less/bootstrap.less
vendored
|
@ -2642,9 +2642,11 @@ 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) {
|
||||||
.row .col-auto {
|
.about-page {
|
||||||
display: none !important;
|
.row .col-auto {
|
||||||
|
display: none !important;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -1303,8 +1303,10 @@
|
||||||
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) {
|
||||||
.social-btn {
|
.about-page {
|
||||||
display: none !important;
|
.social-btn {
|
||||||
|
display: none !important;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -1900,8 +1900,10 @@ 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) {
|
||||||
.social-btn {
|
.about-page {
|
||||||
display: none !important;
|
.social-btn {
|
||||||
|
display: none !important;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -279,9 +279,11 @@ 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) {
|
||||||
.row .col-auto {
|
.about-page {
|
||||||
display: none !important;
|
.row .col-auto {
|
||||||
|
display: none !important;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue