Skip to content

github always show clone by gandalf3

Screenshot of github always show clone

Details

Authorgandalf3

LicenseWTFPL

Categorygithub

Created

Updated

Size347 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

don't hide code/clone button in small browser windows

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           github always show clone
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    don't hide clone button on small browsers
@author         gandalf3
==/UserStyle== */

@-moz-document domain("github.com") {
  div.file-navigation>.d-md-flex {
    display:block !important;
  }
}

Reviews

No reviews yet.