Skip to content

Instantly share code, notes, and snippets.

@2811299
2811299 / 111
Created February 27, 2019 09:51
looklok
111
@2811299
2811299 / github.js
Created December 11, 2015 09:45 — forked from thewarpaint/github.js
Change GitHub's code review column width
var newWidth = 1280;
$('.container').css('width', newWidth + 'px');
$('.repository-content').css('width', (newWidth - 60) + 'px');