kitze / twizzle

A desktop app for Twitter DM & composing tweets from the menubar. Works on macOS, Windows, and Linux.
https://twizzle.app
MIT License
279 stars 15 forks source link

Remove max-height on DM compose editor #13

Open philfreo opened 4 years ago

philfreo commented 4 years ago

Running this:

document.getElementsByClassName('DraftEditor-root')[0].parentElement.style.maxHeight = 'none';

In Chrome dev tools on twitter.com on a DM screen seems like all that's needed to make it a lot nicer to write longer messages without just having a tiny space w/scrollbar...

Before:

Screenshot 2019-12-03 12 17 09

After:

Screenshot 2019-12-03 12 17 20

It'd be great to get this included in Twizzle.