frankcollins3 / Next-Water-App

Happy, Healthy Water Cycling App that tracks user/human fluid intake.
https://next-water-app.vercel.app
1 stars 0 forks source link

:pseudo selector :focus making size determinations [1:58pm] #41

Closed frankcollins3 closed 11 months ago

frankcollins3 commented 11 months ago

attempting to do: migrate with no changes whatsoever besides refactoring

error: border extends outward a bit & makes input on which the :focus pseudo-selector is applied a tiny bit bigger than other inputs Screen Shot 2023-07-14 at 1 55 47 PM

proposed approach: 1: make it smaller while doing so which might not be the idea. possibly enforce with max-width

frankcollins3 commented 11 months ago

width: 10em !important; // the important isn't important in this case but its an extra measure of --force [2:01pm]