[PIE-30] Complete fields in /recipe/new #14

Merged
breadone merged 3 commits from PIE-30 into main 2025-08-18 17:48:15 +12:00
Showing only changes of commit 691409318d - Show all commits

View File

@ -34,6 +34,13 @@ async function submitRecipe() {
placeholder="Name"
class="text-[28pt] font-bold 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'"
/>
<textarea
id="rec-desc"
rows="4"
placeholder="Description"
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'"
/>
<!-- if it works :3 -->