Seldszar / Gumbo

Swollen companion keeping you updated on your Twitch experience
MIT License
165 stars 7 forks source link

Allow The Popup Window To Be Expanded #141

Closed enthusiast01 closed 1 year ago

enthusiast01 commented 1 year ago

Please allow the popup window when you click on the app to be expanded to be adjustable height (mouse drag to size). That will add more of a 1 click functionality so having to scroll down the list of live streams is minimized.

Seldszar commented 1 year ago

It's currently impossible to do what you're asking because the maximum height of an extension popup is 600px (https://developer.chrome.com/docs/extensions/reference/browserAction/#popup), which is the default height Gumbo is using.