-
-
Notifications
You must be signed in to change notification settings - Fork 91
Description
Hey! Firstly, this is an amazing extension! Thank you for that.
I need a little help. With a basic CSS knowledge, I was unsuccessfully trying to reduce a page's width to 50% using bodyElem.style.width etc. But the layout gets broken everytime.
However, when I manually resize the window, the page's very responsive. (why would this happen?) It's then I found this cool extension! ✨
My objective is to programmatically set a page's width. Can you please point me to the relevant sections of this codebase? If there's a simpler alternative (like simply importing some 3rd party lib) to achieve this, kindly do.
Also, there's a lack of documentation for this repo. Can you atleast provide a high level overview of the project, and tools used, so I can be better equipped to contribute to it? Thank you very much.