Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save jittarao/758dab1b6710181c7bffa3c8c50df414 to your computer and use it in GitHub Desktop.
Save jittarao/758dab1b6710181c7bffa3c8c50df414 to your computer and use it in GitHub Desktop.
<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