Skip to content

Instantly share code, notes, and snippets.

@wryk
Last active April 17, 2018 17:56
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wryk/68aa481d1f65454fe834ca7ef5a4dc7f to your computer and use it in GitHub Desktop.
Save wryk/68aa481d1f65454fe834ca7ef5a4dc7f to your computer and use it in GitHub Desktop.
.status img.emojione,
.detailed-status img.emojione,
.notification img.emojione {
transition: 0.1s;
}
.status img.emojione:hover,
.detailed-status img.emojione:hover,
.notification img.emojione:hover {
transform: scale(4);
position: absolute;
z-index: 666;
}
:root {
--mastodon-hide-followers-count-content: "⛧666⛧";
}
.account__action-bar__tab:nth-child(3) > strong > span,
.counter:nth-child(3) > a > .counter-number{
visibility: hidden;
white-space: nowrap;
}
.account__action-bar__tab:nth-child(3) > strong > span::before,
.counter:nth-child(3) > a > .counter-number::before {
visibility: visible;
content: var(--mastodon-hide-followers-count-content);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment