Comment on Is there a google extention that lets me resize any textbox on any website?
xmunk@sh.itjust.works 3 weeks agoNot 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
Cock_Inspecting_Asexual@lemmy.world 3 weeks ago
WAIT I THINK II DID IT- KINDA-
the font still looks like shit though >:p
Image
xmunk@sh.itjust.works 3 weeks ago
If you’ve gotten the box bigger you may want to try passing a larger number in like
font-size: 16
and keep upping that until you’re happy.