marinafink / noshcuisine

Nosh Cuisine is a semester project by Marina Fink which includes an interactive website where users can create a profile, search for recipes and upload their own recipes.
1 stars 0 forks source link

User profile placeholder card for created recipes: "Create Recipe" button is displayed incorrectly (Firefox) #6

Open marinafink opened 1 year ago

marinafink commented 1 year ago

Description: If a user who has not yet created their own recipe on nosh cuisine logs in and goes to the user profile page, then on the placeholder card under "Your recipes", the "create recipe" button is displayed incorrectly in Firefox on the laptop. The button "sticks" to the edge of the card. The page may need to be reviewed by a designer and a developer. There are issues with the spacing of the button towards the edge of the card, so some CSS adjustments need to me made here.

Steps to reproduce:

  1. Visit https://mars.iuk.hdm-stuttgart.de/~mf177/index.php (username: mf177, password: M5fFm67#ar)
  2. Log in with the user data of a user who has not yet created his own recipe (user data for testing: username: Jannis K, password: hello)
  3. Go to the user profile
  4. Scroll down to "Your recipes"

Expected Result: The placeholder card matches the intended design and the "Create Recipe" button is correctly centered at the bottom of the card.

Actual Result: The "Create Recipe" button at the bottom of the placeholder card does not look as intended in the Firefox browser, it rather sticks to the bottom of the card.

Image

Configuration:

Image

marinafink commented 1 year ago

This bug was fixed by the developer by adjusting the margin-bottom of the css-class ".pill_container".