Skip to content

Instantly share code, notes, and snippets.

@splintor
Last active August 25, 2021 10:32
Show Gist options
  • Save splintor/825d89a6fb1d2bdb1f3734ef040eae69 to your computer and use it in GitHub Desktop.
Save splintor/825d89a6fb1d2bdb1f3734ef040eae69 to your computer and use it in GitHub Desktop.
Make GitHub Desktop branch selection wider
[
'#desktop-app-toolbar .toolbar-dropdown.branch-button',
'.branches-container',
'.branches-container .branches-list',
].forEach(s => Array.from(document.styleSheets[0].cssRules)
.find(r => r.selectorText === s)
.style.width = '600px')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment