Skip to content

Instantly share code, notes, and snippets.

@durandom
Last active September 27, 2017 13:09
Show Gist options
  • Save durandom/2c90b0cda2bc4b359395cb86eb9cb3f7 to your computer and use it in GitHub Desktop.
Save durandom/2c90b0cda2bc4b359395cb86eb9cb3f7 to your computer and use it in GitHub Desktop.
Gitter - Wider rooms
// Extend width of left bar from 34rem to 40rem
// For the desktop app:
// * enable developer tools
// * right click anywhere -> inspect element, to bring up the console
// * copy and paste
$('.desktop .room-menu__panel').setAttribute('style', 'width: 40rem');
$('.app-layout.app-layout--left-menu').setAttribute('style', 'width: calc(100% - (40rem))');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment