Skip to content

Instantly share code, notes, and snippets.

@jacksonfox
Last active August 29, 2015 14:14
Show Gist options
  • Save jacksonfox/34717fadd9baed533861 to your computer and use it in GitHub Desktop.
Save jacksonfox/34717fadd9baed533861 to your computer and use it in GitHub Desktop.
Slimmer Slack via Stylish
/* 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