Skip to content

Instantly share code, notes, and snippets.

@eai04191
Created June 28, 2021 08:16
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 eai04191/0ac0e062d6c92c5aa45f567322411f7a to your computer and use it in GitHub Desktop.
Save eai04191/0ac0e062d6c92c5aa45f567322411f7a to your computer and use it in GitHub Desktop.
/* ==UserStyle==
@name app.slack.com - karubabu empty icon
@namespace mizle.net
@version 1.0.0
@author Eai
@preprocessor stylus
==/UserStyle== */
@-moz-document domain("app.slack.com") {
.p-unreads_view__empty__message {
display: flex;
flex-direction: column-reverse;
align-items: center;
&:after {
content: ' ';
display: inline-block;
background: center/contain no-repeat url('https://media.stellaria.network/custom_emojis/images/000/013/273/static/4aa472b7fe843dd6.png');
width: 80px;
height: auto;
aspect-ratio: 5/6;
margin-bottom: 20px;
}
}
.p-unreads_view__empty__image {
display: none;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment