Skip to content

Instantly share code, notes, and snippets.

@joemaffei
Created October 8, 2018 17:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save joemaffei/fc2c5e178bff77dd472d3214b4ca959d to your computer and use it in GitHub Desktop.
Save joemaffei/fc2c5e178bff77dd472d3214b4ca959d to your computer and use it in GitHub Desktop.
Custom Slack client styling
/* Move footer to the top so it doesn't get obscured behind Windows 10's notifications */
#client_body:not(.onboarding):not(.feature_global_nav_layout)::before {
display: none;
}
#col_messages {
flex-direction: column-reverse !important;
}
#footer {
padding-top: 8px;
}
/* Show "{user} is typing" message at the bottom right corner of the screen */
.p-notification_bar__section--left {
position: fixed;
bottom: 2px;
right: 2px;
background: yellow;
z-index: 200;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment