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

responsive design [5:29pm] #16

Closed frankcollins3 closed 1 year ago

frankcollins3 commented 1 year ago

attempting to do: mobile first design

error: space-between doesn't seem to be asserting the same evenness in the "iphone" responsive design setting. In ipad mini or in desktop mode, it is split evenly. 👎 mobile Left side: more white space between the most Leftward image and the Left viewport edge

Screen Shot 2023-07-08 at 5 26 41 PM

Screen Shot 2023-07-08 at 5 26 32 PM

Screen Shot 2023-07-08 at 5 27 39 PM

proposed approach: tinker and edit

update: part of proposed approach #1: is using "responsive" mode to check the exact pixel where the unevenness starts [5:31pm]

frankcollins3 commented 1 year ago

in the original app, there is no msg bottle icon. message bottle: for login page in case user wants to invoke puppeteer to search web for profile Icons (instead of using app provided icons bank from which to select user image)

took walk and realized why not just make the Left side droplet toggle between: msg-in-bottle image (because the loading bar for puppeteer to retrieve image is a boat driving in a cup) cloud (a feature I added to our bootcamp team project for the /dashboard

[6:04pm]

frankcollins3 commented 1 year ago

👍 flex-grow: 1; was able to help this [9:49pm]

frankcollins3 commented 1 year ago

https://stackoverflow.com/questions/28548609/flex-space-between-doesnt-work Try to add a width to your ul, if no width no space to let between. [10:00pm]