Skip to content

Instantly share code, notes, and snippets.

@jonfriskics
Created August 28, 2014 17:20
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 jonfriskics/4706b45a712c0634815b to your computer and use it in GitHub Desktop.
Save jonfriskics/4706b45a712c0634815b to your computer and use it in GitHub Desktop.
Stylish GitHub rules
// add these for https://github.com and http://github.com with Stylish (https://chrome.google.com/webstore/detail/stylish/fjnbnpbmkenffdnngjfgmeleoegfcffe?hl=en)
// fixes the sidebar repo list truncation on the /dashboard page
.css-truncate-target {
overflow: hidden !important;
white-space: normal !important;
display: block;
max-width: 500px !important;
}
// move the comment indicator and person the issue is assigned to over to the left of the issues so they are easier to read at a glance on a big screen
.issue-comments, .table-list-cell-avatar {
position: absolute;
left: -60px;
}
.table-list-cell-avatar {
position: absolute;
left: -60px;
}
@jonfriskics
Copy link
Author

before-and-after

@jonfriskics
Copy link
Author

sidebar

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment