style(search): Header-Suche angeglichen an Home-Suche
All checks were successful
Build & Publish Docker Image / build-and-push (push) Successful in 1m15s
All checks were successful
Build & Publish Docker Image / build-and-push (push) Successful in 1m15s
Die Header-Suche war Pill-förmig mit grünlichem Hintergrund, die Home- Suche ein abgerundetes Rechteck mit weißem Hintergrund. Jetzt beide: white background, border-radius: 12px, gleicher Border, gleicher Fokus- Outline. Nur die Höhe bleibt unterschiedlich (40px Header vs. 52px Home), damit der Header kompakt bleibt. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -416,14 +416,13 @@
|
||||
display: flex;
|
||||
align-items: stretch;
|
||||
border: 1px solid #cfd9d1;
|
||||
border-radius: 999px;
|
||||
background: #f4f8f5;
|
||||
border-radius: 12px;
|
||||
background: white;
|
||||
min-height: 40px;
|
||||
}
|
||||
.nav-search:focus-within {
|
||||
outline: 2px solid #2b6a3d;
|
||||
outline-offset: 1px;
|
||||
background: white;
|
||||
}
|
||||
.nav-search input {
|
||||
flex: 1;
|
||||
|
||||
Reference in New Issue
Block a user