Skip to content

Instantly share code, notes, and snippets.

@JamesDBartlett3
Last active April 30, 2018 18:40
Show Gist options
  • Save JamesDBartlett3/1e8e7d84c6084e7fb1f2d6e234aca494 to your computer and use it in GitHub Desktop.
Save JamesDBartlett3/1e8e7d84c6084e7fb1f2d6e234aca494 to your computer and use it in GitHub Desktop.
Park the Udacity Chat Button @ Bottom-Left [CSS]
/*/////////////////////////////////////////////////////////////////////
Step 1: Install the "Stylish" extension for your browser.
Step 2: Create a new "style" in Stylish.
Step 3: Select "URLs starting with" from the drop-down menu.
Step 4: Paste this into the adjacent URL box:
https://classroom.udacity.com/nanodegrees/
Step 5: Give your new style a name and check the "Enabled" box.
Step 6: Paste the code below into the "Code 1" field & click "Save."
Step 7: Reload the Udacity classroom page, and enjoy!
/////////////////////////////////////////////////////////////////////*/
.index--community-container--lkPE5 {
bottom: -12px;
left: 0px;
position: fixed;
z-index: 11;
}
.index--avatar--2PsVN {
margin-left: 45px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment