mirror of
https://github.com/discourse/discourse.git
synced 2024-11-28 13:03:43 +08:00
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
|
||||
// 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 New Issue
Block a user