UI improvements: search dropdown, layout fixes, taller step fields

- Recipe search now shows dropdown suggestions while typing;
  full results load on Enter or clicking "Keresés" button
- Search field moved above tag filter; active filter tags below input
- Instruction textarea doubled in height (60px → 120px) on both
  import and edit pages

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-02-26 08:45:11 +01:00
parent 8f4f7f245b
commit 4a1ebfaf4e
3 changed files with 101 additions and 26 deletions
+1 -1
View File
@@ -98,7 +98,7 @@
flex-shrink: 0;
margin-top: 0.4rem;
}
.instruction-row textarea { margin-bottom: 0; flex: 1; min-height: 60px; }
.instruction-row textarea { margin-bottom: 0; flex: 1; min-height: 120px; }
.instruction-row button {
background: var(--danger);
border: none;