hide search checkbox at 550px
This commit is contained in:
parent
adccdf4b89
commit
640c0f81f6
|
@ -198,7 +198,7 @@ td.flaggers td {
|
||||||
}
|
}
|
||||||
// Hide the search checkbox for very small screens
|
// Hide the search checkbox for very small screens
|
||||||
// Todo: find somewhere to display it - probably requires switching its order in the html
|
// Todo: find somewhere to display it - probably requires switching its order in the html
|
||||||
@media (max-width: 450px) {
|
@media (max-width: 550px) {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue