Created
April 13, 2022 14:09
-
-
Save dArignac/9205836a439df1c0a8bce8bcceb7dc6d to your computer and use it in GitHub Desktop.
Stylish Extension
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.subnav-container { display: none !important; } | |
#ghx-header { padding-bottom: 0; } | |
.ghx-issue .ghx-card-footer .ghx-avatar { display:none; } | |
.ghx-card-footer .ghx-type { display:none; } | |
.ghx-issue .ghx-card-footer { | |
margin-top: 0; | |
position: relative; | |
} | |
.ghx-card-footer .ghx-flags { | |
position: absolute; | |
right: 0; | |
bottom: 0; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment