Skip to content

Commit

Permalink
Improve mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
newswangerd committed Jul 13, 2018
1 parent 528951d commit f17dd83
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions galaxyui/src/app/search/search.component.less
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,13 @@
}

.search-list-left {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
@media(min-width: @large-phone){
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
}
}

.namespace-container {
Expand Down

0 comments on commit f17dd83

Please sign in to comment.