From f19a647ee52d6a92c0522b46a50e21a280079ccc Mon Sep 17 00:00:00 2001 From: kaipher7 Date: Thu, 23 Apr 2026 16:22:03 -0600 Subject: [PATCH] fixes --- .../resources/static/css/create-recipe.css | 14 ++++++ src/main/resources/static/css/home.css | 4 ++ .../resources/templates/create-recipe.html | 16 ++++--- src/main/resources/templates/explore.html | 2 +- src/main/resources/templates/home.html | 18 +++++--- src/main/resources/templates/my-profile.html | 2 +- .../resources/templates/public-profile.html | 2 +- .../resources/templates/update-recipe.html | 42 +++++++++++++++++- src/main/resources/templates/view-recipe.html | 2 +- .../8ffcfc5f-0621-4b77-a4e7-82337df6c1c3.jpg | Bin 0 -> 2405379 bytes 10 files changed, 84 insertions(+), 18 deletions(-) create mode 100644 uploads/8ffcfc5f-0621-4b77-a4e7-82337df6c1c3.jpg diff --git a/src/main/resources/static/css/create-recipe.css b/src/main/resources/static/css/create-recipe.css index 583fc34..a778a39 100644 --- a/src/main/resources/static/css/create-recipe.css +++ b/src/main/resources/static/css/create-recipe.css @@ -351,6 +351,7 @@ textarea { justify-content: center; align-items: center; margin-top: 1rem; + gap: 60px; } .btn, @@ -386,6 +387,19 @@ textarea { transition: background-color 0.1s ease, transform 0.2s ease; } + +.btn-delete { + background: transparent; + color: var(--dusty-red); + border: none; + border-radius: 8px; + padding: 0 20px; + height: 50px; + font-family: 'Mali', cursive; + font-size: 30px; + font-weight: 500; + cursor: pointer; +} /* small screens */ @media (max-width: 600px) { diff --git a/src/main/resources/static/css/home.css b/src/main/resources/static/css/home.css index 51fc825..507d419 100644 --- a/src/main/resources/static/css/home.css +++ b/src/main/resources/static/css/home.css @@ -277,6 +277,10 @@ a { color: var(--dark); } +.recipe-card p { + color: var(--dusty-red); +} + /* ========================= Individual Card (Folder Style) ========================= */ diff --git a/src/main/resources/templates/create-recipe.html b/src/main/resources/templates/create-recipe.html index a57c94a..6a310a1 100644 --- a/src/main/resources/templates/create-recipe.html +++ b/src/main/resources/templates/create-recipe.html @@ -7,6 +7,7 @@ Create Thyme Crunch Recipe + @@ -76,13 +77,14 @@
-
- $ - $ - $ - $ -
- +
+ $ + $ + $ + $ +
+ +
diff --git a/src/main/resources/templates/explore.html b/src/main/resources/templates/explore.html index accf9b2..283a5f0 100644 --- a/src/main/resources/templates/explore.html +++ b/src/main/resources/templates/explore.html @@ -23,7 +23,7 @@