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

Mobile Design with main container [1:01am] #91

Closed frankcollins3 closed 11 months ago

frankcollins3 commented 11 months ago

attempting to do: mobile responsive design

error: moreso fixed now but containers fixing when screen gets smaller.

proposed approach: ripping out: <ul> and containers. allowing the one parent rendering element to be the ultimate deceider.

now its: <parent> -> <Schedule> -> schedule loops over data to create a clickable bar for every data in schedule

in the original version there is a ul and a container within schedule. now the schedule just has <> fragments to prevent tangle

frankcollins3 commented 11 months ago

a hidden scrollbar for primary since settings has a pretty blue scrollbar. dont need to be exact equals (to me) [7:05pm]