Skip to content

Instantly share code, notes, and snippets.

@fgaz
Created January 6, 2019 14:52
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 fgaz/d810cd77f0dd1c725a2f5088109dcab0 to your computer and use it in GitHub Desktop.
Save fgaz/d810cd77f0dd1c725a2f5088109dcab0 to your computer and use it in GitHub Desktop.
/* ==UserStyle==
@name gitlab.haskell.org logo shrink - 2019-01-06
@namespace github.com/openstyles/stylus
@version 1.0.0
@description Shrink haskell logo to make rightmost buttons appear
@author fgaz
==/UserStyle== */
@-moz-document domain("gitlab.haskell.org") {
#logo {
max-width: 48px;
overflow: hidden;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment