-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
remove is_mobile, because don't working with plugin cache
- Loading branch information
1 parent
5cc3e35
commit c72d861
Showing
2 changed files
with
9 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -81,4 +81,9 @@ li.service.share-whatsapp span:before { | |
background-image:image-set(url("../images/rectangle-zh-hant.png") 1x, url("../images/[email protected]") 2x); | ||
background-image:-webkit-image-set(url("../images/rectangle-zh-hant.png") 1x, url("../images/[email protected]") 2x); | ||
background-size: 68px 20px; | ||
} | ||
} | ||
@media screen and (min-width: 800px) { | ||
a.share-whatsapp.sd-button.share-icon{ | ||
display: none!important; | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters