mirror of
https://gitlab.com/etc404/software-engineering-project.git
synced 2026-05-10 20:52:58 +00:00
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:
@@ -20,4 +20,7 @@ server.port=8080
|
||||
spring.servlet.multipart.max-file-size=20MB
|
||||
spring.servlet.multipart.max-request-size=20MB
|
||||
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}
|
||||
@@ -151,7 +151,7 @@ body, html {
|
||||
|
||||
.create_icon::after {
|
||||
content: "Create a recipe";
|
||||
display: none;
|
||||
display: block;
|
||||
position: absolute;
|
||||
left: 50%;
|
||||
bottom: 100%;
|
||||
@@ -164,10 +164,7 @@ body, html {
|
||||
white-space: nowrap;
|
||||
padding: 4px 10px;
|
||||
border-radius: 10px;
|
||||
}
|
||||
|
||||
.create_icon:hover::after {
|
||||
display: block;
|
||||
margin-bottom: 6px;
|
||||
}
|
||||
|
||||
.create_icon:hover {
|
||||
|
||||
@@ -144,7 +144,7 @@ body, html {
|
||||
|
||||
.create_icon::after {
|
||||
content: "Create a recipe";
|
||||
display: none;
|
||||
display: block;
|
||||
position: absolute;
|
||||
left: 50%;
|
||||
bottom: 100%;
|
||||
@@ -157,13 +157,9 @@ body, html {
|
||||
white-space: nowrap;
|
||||
padding: 4px 10px;
|
||||
border-radius: 10px;
|
||||
margin-bottom: 6px;
|
||||
}
|
||||
|
||||
.create_icon:hover::after {
|
||||
display: block;
|
||||
}
|
||||
|
||||
|
||||
.create_icon:hover {
|
||||
transform: scale(1.02);
|
||||
}
|
||||
|
||||
@@ -148,7 +148,7 @@ body, html {
|
||||
|
||||
.create_icon::after {
|
||||
content: "Create a recipe";
|
||||
display: none;
|
||||
display: block;
|
||||
position: absolute;
|
||||
left: 50%;
|
||||
bottom: 100%;
|
||||
@@ -161,10 +161,7 @@ body, html {
|
||||
white-space: nowrap;
|
||||
padding: 4px 10px;
|
||||
border-radius: 10px;
|
||||
}
|
||||
|
||||
.create_icon:hover::after {
|
||||
display: block;
|
||||
margin-bottom: 6px;
|
||||
}
|
||||
|
||||
.create_icon:hover {
|
||||
|
||||
@@ -148,7 +148,7 @@ body, html {
|
||||
|
||||
.create_icon::after {
|
||||
content: "Create a recipe";
|
||||
display: none;
|
||||
display: block;
|
||||
position: absolute;
|
||||
left: 50%;
|
||||
bottom: 100%;
|
||||
@@ -161,10 +161,7 @@ body, html {
|
||||
white-space: nowrap;
|
||||
padding: 4px 10px;
|
||||
border-radius: 10px;
|
||||
}
|
||||
|
||||
.create_icon:hover::after {
|
||||
display: block;
|
||||
margin-bottom: 6px;
|
||||
}
|
||||
|
||||
.create_icon:hover {
|
||||
|
||||
@@ -147,7 +147,7 @@ body, html {
|
||||
|
||||
.create_icon::after {
|
||||
content: "Create a recipe";
|
||||
display: none;
|
||||
display: block;
|
||||
position: absolute;
|
||||
left: 50%;
|
||||
bottom: 100%;
|
||||
@@ -160,13 +160,9 @@ body, html {
|
||||
white-space: nowrap;
|
||||
padding: 4px 10px;
|
||||
border-radius: 10px;
|
||||
margin-bottom: 6px;
|
||||
}
|
||||
|
||||
.create_icon:hover::after {
|
||||
display: block;
|
||||
}
|
||||
|
||||
|
||||
.create_icon:hover {
|
||||
transform: scale(1.02);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user