mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-28 01:56:01 -05:00
hide search checkbox at 550px
This commit is contained in:
parent
adccdf4b89
commit
640c0f81f6
1 changed files with 1 additions and 1 deletions
|
@ -198,7 +198,7 @@ td.flaggers td {
|
|||
}
|
||||
// Hide the search checkbox for very small screens
|
||||
// Todo: find somewhere to display it - probably requires switching its order in the html
|
||||
@media (max-width: 450px) {
|
||||
@media (max-width: 550px) {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue