BHelpful/Mealplanr

Move search and drop down bars in settings prefrences

Closed this issue · 1 comments

Short description of a problem or missing feature

Move the bars and fill out the space that is available to not have short bars. Also add x's to remove the labels underneath the bars.

Expected look
image

Current look with guidelines for new placement
image

This is addressed in #76 commit e66bb9a
Specfic line in CSS 300px was previous 500px and impacted many components in simmalar fasion:

grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));