don't hide code/clone button in small browser windows
github always show clone by gandalf3
Details
Authorgandalf3
LicenseWTFPL
Categorygithub
Created
Updated
Size347 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
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;
}
}