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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user