mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-04-28 15:03:58 -04: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
|
// 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…
Add table
Add a link
Reference in a new issue