Update 6 files

- /src/main/resources/application.properties
- /src/main/resources/static/css/home.css
- /src/main/resources/static/css/explore.css
- /src/main/resources/static/css/my-profile.css
- /src/main/resources/static/css/public-profile.css
- /src/main/resources/static/css/view-recipe.css
This commit is contained in:
Madeleine Stamp
2026-04-23 12:25:59 -06:00
parent 6bafcd6f63
commit 2ed5f11b21
6 changed files with 14 additions and 28 deletions
@@ -21,3 +21,6 @@ spring.servlet.multipart.max-file-size=20MB
spring.servlet.multipart.max-request-size=20MB spring.servlet.multipart.max-request-size=20MB
server.tomcat.max-swallow-size=-1 server.tomcat.max-swallow-size=-1
server.tomcat.max-part-count=100 server.tomcat.max-part-count=100
# Stable upload directory for images
app.upload.dir=${THYMECRUNCH_UPLOAD_DIR:${user.home}/thymecrunch/uploads}
+2 -5
View File
@@ -151,7 +151,7 @@ body, html {
.create_icon::after { .create_icon::after {
content: "Create a recipe"; content: "Create a recipe";
display: none; display: block;
position: absolute; position: absolute;
left: 50%; left: 50%;
bottom: 100%; bottom: 100%;
@@ -164,10 +164,7 @@ body, html {
white-space: nowrap; white-space: nowrap;
padding: 4px 10px; padding: 4px 10px;
border-radius: 10px; border-radius: 10px;
} margin-bottom: 6px;
.create_icon:hover::after {
display: block;
} }
.create_icon:hover { .create_icon:hover {
+2 -6
View File
@@ -144,7 +144,7 @@ body, html {
.create_icon::after { .create_icon::after {
content: "Create a recipe"; content: "Create a recipe";
display: none; display: block;
position: absolute; position: absolute;
left: 50%; left: 50%;
bottom: 100%; bottom: 100%;
@@ -157,13 +157,9 @@ body, html {
white-space: nowrap; white-space: nowrap;
padding: 4px 10px; padding: 4px 10px;
border-radius: 10px; border-radius: 10px;
margin-bottom: 6px;
} }
.create_icon:hover::after {
display: block;
}
.create_icon:hover { .create_icon:hover {
transform: scale(1.02); transform: scale(1.02);
} }
+2 -5
View File
@@ -148,7 +148,7 @@ body, html {
.create_icon::after { .create_icon::after {
content: "Create a recipe"; content: "Create a recipe";
display: none; display: block;
position: absolute; position: absolute;
left: 50%; left: 50%;
bottom: 100%; bottom: 100%;
@@ -161,10 +161,7 @@ body, html {
white-space: nowrap; white-space: nowrap;
padding: 4px 10px; padding: 4px 10px;
border-radius: 10px; border-radius: 10px;
} margin-bottom: 6px;
.create_icon:hover::after {
display: block;
} }
.create_icon:hover { .create_icon:hover {
@@ -148,7 +148,7 @@ body, html {
.create_icon::after { .create_icon::after {
content: "Create a recipe"; content: "Create a recipe";
display: none; display: block;
position: absolute; position: absolute;
left: 50%; left: 50%;
bottom: 100%; bottom: 100%;
@@ -161,10 +161,7 @@ body, html {
white-space: nowrap; white-space: nowrap;
padding: 4px 10px; padding: 4px 10px;
border-radius: 10px; border-radius: 10px;
} margin-bottom: 6px;
.create_icon:hover::after {
display: block;
} }
.create_icon:hover { .create_icon:hover {
@@ -147,7 +147,7 @@ body, html {
.create_icon::after { .create_icon::after {
content: "Create a recipe"; content: "Create a recipe";
display: none; display: block;
position: absolute; position: absolute;
left: 50%; left: 50%;
bottom: 100%; bottom: 100%;
@@ -160,13 +160,9 @@ body, html {
white-space: nowrap; white-space: nowrap;
padding: 4px 10px; padding: 4px 10px;
border-radius: 10px; border-radius: 10px;
margin-bottom: 6px;
} }
.create_icon:hover::after {
display: block;
}
.create_icon:hover { .create_icon:hover {
transform: scale(1.02); transform: scale(1.02);
} }