Compare commits
No commits in common. "8c057887053098b7a20db8c735526cfb311b87cf" and "691409318d3d3e99965d4f119c5ad7a7b2cbd7a4" have entirely different histories.
8c05788705
...
691409318d
@ -28,8 +28,6 @@ async function submitRecipe() {
|
|||||||
[&::-webkit-file-upload-button]:hidden"
|
[&::-webkit-file-upload-button]:hidden"
|
||||||
>
|
>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- Details -->
|
|
||||||
<textarea
|
<textarea
|
||||||
id="rec-name"
|
id="rec-name"
|
||||||
rows="1"
|
rows="1"
|
||||||
@ -39,41 +37,15 @@ async function submitRecipe() {
|
|||||||
/>
|
/>
|
||||||
<textarea
|
<textarea
|
||||||
id="rec-desc"
|
id="rec-desc"
|
||||||
rows="3"
|
rows="4"
|
||||||
placeholder="Description"
|
placeholder="Description"
|
||||||
class="text-sm italic leading-none mt-2 bg-white/10 rounded-lg resize-none overflow-hidden p-2"
|
class="text-sm italic p-1 leading-none mt-2 bg-white/10 rounded-lg resize-none overflow-hidden"
|
||||||
oninput="this.style.height = ''; this.style.height = this.scrollHeight + 'px'"
|
oninput="this.style.height = ''; this.style.height = this.scrollHeight + 'px'"
|
||||||
/>
|
/>
|
||||||
<!-- if it works :3 -->
|
<!-- if it works :3 -->
|
||||||
|
|
||||||
<!-- Smaller details -->
|
<!-- Details -->
|
||||||
<div class="flex mt-2 h-9 space-x-2">
|
<!-- <InfoView re={re} /> -->
|
||||||
<input
|
|
||||||
id="rec-servings"
|
|
||||||
type="number"
|
|
||||||
class="bg-white/10 px-2 rounded-lg w-24 overflow-hidden"
|
|
||||||
placeholder="Servings"
|
|
||||||
/>
|
|
||||||
<input
|
|
||||||
id="rec-worktime"
|
|
||||||
type="text"
|
|
||||||
class="bg-white/10 px-2 rounded-lg w-24 overflow-hidden"
|
|
||||||
placeholder="Work Time"
|
|
||||||
/>
|
|
||||||
<input
|
|
||||||
id="rec-waititme"
|
|
||||||
type="text"
|
|
||||||
class="bg-white/10 px-2 rounded-lg w-24 overflow-hidden"
|
|
||||||
placeholder="Wait Time"
|
|
||||||
/>
|
|
||||||
<input
|
|
||||||
id="rec-rating"
|
|
||||||
type="number"
|
|
||||||
class="bg-white/10 px-2 rounded-lg w-23 overflow-hidden"
|
|
||||||
placeholder="Rating"
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
|
|
||||||
<div class="flex flex-row align-middle items-center">
|
<div class="flex flex-row align-middle items-center">
|
||||||
<p class="mt-4 text-[22pt] font-bold 'mt-4'">Ingredients</p>
|
<p class="mt-4 text-[22pt] font-bold 'mt-4'">Ingredients</p>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user