Created
June 15, 2018 02:40
-
-
Save Arthraim/fa62d55df094da5312c069cfdf8d03ba to your computer and use it in GitHub Desktop.
User style of dribbble to make eyes easier
This file contains hidden or 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
.attribution.hover-card-parent { | |
display: none; | |
} | |
.tools.group { | |
display: none; | |
} | |
.extras { | |
display: none; | |
} | |
.dribbbles { | |
max-width: 100% !important; | |
} | |
.dribbbles .group { | |
margin: 0 !important; | |
width: calc(100% / 6) !important; | |
} | |
.dribbble-shot { | |
padding: 0 !important; | |
} | |
.dribbble-over { | |
display: none; | |
} | |
#wrap-inner { | |
padding: 0 !important; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment