Ingredients can now be manually ordered

This commit is contained in:
Greg Burri 2025-01-16 00:17:08 +01:00
parent afd42ba1d0
commit ca2227037f
11 changed files with 205 additions and 32 deletions

View file

@ -138,10 +138,14 @@ body {
.step {
border: 0.1em solid lighten($color-3, 30%);
margin-top: 0px;
margin-bottom: 0px;
}
.ingredient {
border: 0.1em solid lighten($color-3, 30%);
margin-top: 0px;
margin-bottom: 0px;
}
.dropzone {
@ -160,7 +164,6 @@ body {
}
}
#hidden-templates {
display: none;
}