Last active
July 4, 2018 13:25
-
-
Save majestrate/7a0c00317b9487806033d22d7c151ea8 to your computer and use it in GitHub Desktop.
fix github css
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
@-moz-document domain("github.com") { | |
.dashboard-sidebar { | |
float: right; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment