Skip to content

Instantly share code, notes, and snippets.

@nndda
Last active May 14, 2024 13:21
Show Gist options
  • Save nndda/937215ff62b86ce1897a92fdd77dd421 to your computer and use it in GitHub Desktop.
Save nndda/937215ff62b86ce1897a92fdd77dd421 to your computer and use it in GitHub Desktop.
Hide itch.io user tools
@media (min-width: 960px) {
.user_tools > li > a {
width: 100%;
transform: translateX(89%);
transition: .2s ease;
}
.user_tools > li > a:hover {
transform: translateX(0);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment