hide search checkbox at 550px

This commit is contained in:
scossar 2015-08-30 10:36:54 -07:00
parent adccdf4b89
commit 640c0f81f6
1 changed files with 1 additions and 1 deletions

View File

@ -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;
} }
} }