Fix settings menu (#1271)
This commit is contained in:
parent
855e4ac7a1
commit
109de19595
5 changed files with 22 additions and 12 deletions
|
@ -279,9 +279,11 @@ input[type=range].md-slider::-webkit-slider-runnable-track {
|
|||
width: auto;
|
||||
}
|
||||
|
||||
@media only screen and (min-width: 1133px) and (max-width: 1241px) {
|
||||
.row .col-auto {
|
||||
display: none !important;
|
||||
@media only screen and (min-width: 1133px) and (max-width: 1233px) {
|
||||
.about-page {
|
||||
.row .col-auto {
|
||||
display: none !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue