Skip to content
This repository has been archived by the owner on Jul 17, 2024. It is now read-only.

Commit

Permalink
Hide share buttons of search on small screen
Browse files Browse the repository at this point in the history
  • Loading branch information
oterral committed Mar 6, 2014
1 parent 32207b7 commit a2ebc36
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/components/search/style/search.less
Original file line number Diff line number Diff line change
Expand Up @@ -168,4 +168,10 @@
}
}
}

@media (max-width: @screen-phone) {
.ga-search-footer {
display: none;
}
}
}

0 comments on commit a2ebc36

Please sign in to comment.