Last active
August 29, 2015 14:14
-
-
Save jacksonfox/34717fadd9baed533861 to your computer and use it in GitHub Desktop.
Slimmer Slack via Stylish
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
/* Create by @averyvery: https://github.com/averyvery */ | |
.member_preview_link { | |
display: none; | |
} | |
.light_theme .message { | |
padding: 0.15rem 0.25rem 0 2.5rem; | |
} | |
.light_theme .message.divider { | |
margin-top: 1.5rem | |
} | |
body { | |
font-size: 14px; | |
} | |
.real_names .im_name, | |
.channels_list_holder ul li { | |
font-size: 14px; | |
line-height: 18px; | |
} | |
.channels_list_holder h2 { | |
padding-bottom: 0.65rem; | |
} | |
body { | |
-webkit-font-smoothing: subpixel-antialiased; | |
} | |
#col_channels, #team_name { | |
-webkit-font-smoothing: antialiased; | |
} | |
.channels_list_holder ul li.group i.prefix { | |
margin-top: 5px; | |
} | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment