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

Commit

Permalink
Hide share button on mobile with media query. (#3589)
Browse files Browse the repository at this point in the history
  • Loading branch information
chenba committed Oct 11, 2017
1 parent ab9d989 commit 32d85be
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions static/css/partials/_share-panel.scss
Original file line number Diff line number Diff line change
Expand Up @@ -93,3 +93,9 @@
}
}

@media (max-width: 768px) {
#toggle-share {
display: none;
}
}

0 comments on commit 32d85be

Please sign in to comment.