1
0
mirror of https://github.com/flarum/core.git synced 2025-07-25 18:51:40 +02:00

Collapse search input on tablets. closes flarum/core#162

While this solution isn't perfect (perhaps a search icon which opens a
dropdown would be better, like Discourse does) - it'll do for now :)
This commit is contained in:
Toby Zerner
2015-08-27 08:34:13 +09:30
parent abd6da73f5
commit 3911139b17
3 changed files with 21 additions and 5 deletions

View File

@@ -77,6 +77,7 @@ export default class Search extends Component {
return (
<div className={'Search ' + classList({
open: this.value() && this.hasFocus,
focused: this.hasFocus,
active: !!currentSearch,
loading: !!this.loadingSources
})}>