UI: Suchfeld 10% niedriger, Kontakt-Baum mit Firmen/Privatpersonen Trennung, Toolbar vereinfacht (Sort+View Toggle)

This commit is contained in:
Agent Zero
2026-07-20 00:25:58 +02:00
parent beb4d7a9ff
commit 4bc11efc25
5 changed files with 165 additions and 96 deletions
@@ -89,7 +89,7 @@ export function SearchDropdown({ placeholder }: SearchDropdownProps) {
onFocus={() => query && setOpen(true)}
onKeyDown={handleKeyDown}
placeholder={placeholder || t('topbar.search')}
className="w-64 pl-10 pr-3 py-1.5 text-sm rounded-md border border-secondary-300 focus:outline-none focus:ring-2 focus:ring-primary-500 min-h-touch"
className="w-64 pl-10 pr-3 py-1 text-sm rounded-md border border-secondary-300 focus:outline-none focus:ring-2 focus:ring-primary-500"
aria-label={t('topbar.search')}
role="combobox"
aria-expanded={open}