Comment on Is there a google extention that lets me resize any textbox on any website?
xmunk@sh.itjust.works 3 weeks ago
The answer to your question is what you thought it was - CSS - someone may have pre-written the CSS for your specific use case but CSS really isn’t that scary and is pretty easy to bullshit your way through. The easiest way to play around with it is to right click the page element you’re interested in and click Inspect
you should the be able to manually increase the width (though you may have to try fiddling with the parent element or its parent etc…). The site will reflect your changes in live time and persist as long as the tab is open - the custom CSS extension is useful since it would allow you to persist those changes if you reload the page or open a new tab.
Cock_Inspecting_Asexual@lemmy.world 3 weeks ago
so, do I just go to the page, extend the box, then copy and paste it all into Stylish? Thats all it takes?
xmunk@sh.itjust.works 3 weeks ago
Not quite, once you have adjusted it to your liking you’ll want to copy the changes you made but you’ll also need to somehow identify how to find the tag to apply them to. It’ll usually be a class or Id reference that you should be able to view in the right panel while inspecting that element. Figuring out how to target then proper element is likely going to be the most difficult part of this task, unfortunately, and it’s entirely dependent on how that specific site was built.
Cock_Inspecting_Asexual@lemmy.world 3 weeks ago
Image welp- I got this screenshot here, and the thingy selected is the textbox, but idk what I should mess with to make it bigger…
Cock_Inspecting_Asexual@lemmy.world 3 weeks ago
uhh I made it larger kinda, but like idk its not really large enough, I saw some shit about how many Rows it can have??? i dont really know what im doin Image