Skip to content

Instantly share code, notes, and snippets.

View clockfort's full-sized avatar
✔️

Chris Lockfort clockfort

✔️
View GitHub Profile
@thewarpaint
thewarpaint / github.js
Created January 15, 2014 18:51
Change GitHub's code review column width
var newWidth = 1280;
$('.container').css('width', newWidth + 'px');
$('.repository-content').css('width', (newWidth - 60) + 'px');