Created
October 16, 2015 06:02
-
-
Save nacin/c243e32f477403af53d2 to your computer and use it in GitHub Desktop.
User style for GitHub issues to show the issue owner's name, rather than a 4-pixel avatar. Inspired by @mdickers47.
This file contains hidden or 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
.issues-listing .table-list-issues .issue-title { | |
width: 700px; | |
} | |
.issues-listing .table-list-issues .table-list-cell-avatar { | |
width: auto; | |
} | |
.issues-listing .table-list-issues .table-list-cell-avatar img { | |
content: ""; | |
} | |
.issues-listing .table-list-issues .table-list-cell-avatar img::before{ | |
content: attr(alt); | |
font-size: 13px; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment