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
<style> | |
@media only screen and (max-width: 480px) { | |
.gist-messenger-bubble-iframe iframe, .gist-notification-iframe iframe, .gist-post-small-iframe iframe, .gist-prompt-iframe iframe { | |
bottom: 80px!important; // Change the 80px to move the Messenger vertically from bottom edge fo the screen | |
right: 40px!important; // Change the 40px to move the Messenger horizontally from right edge fo the screen | |
// left: 40px!important; // Change the 40px to move the Messenger horizontally from left edge fo the screen | |
} | |
} | |
</style> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment