Last active
September 27, 2017 13:09
-
-
Save durandom/2c90b0cda2bc4b359395cb86eb9cb3f7 to your computer and use it in GitHub Desktop.
Gitter - Wider rooms
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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