diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte
index a23c0f4..e5a4f84 100644
--- a/src/routes/+page.svelte
+++ b/src/routes/+page.svelte
@@ -1,7 +1,6 @@
@@ -377,17 +367,6 @@
/>
-
{#if activeSearch}
@@ -605,46 +584,6 @@
/* Kein overflow:hidden — sonst clippt der Filter-Dropdown. */
position: relative;
}
- .import-url {
- display: none;
- }
- @media (min-width: 820px) {
- .import-url {
- display: flex;
- gap: 0.5rem;
- margin-top: 0.75rem;
- justify-content: center;
- }
- .import-url input {
- flex: 1;
- max-width: 520px;
- padding: 0.65rem 0.9rem;
- font-size: 0.95rem;
- border: 1px solid #cfd9d1;
- border-radius: 10px;
- background: white;
- min-height: 44px;
- }
- .import-url input:focus {
- outline: 2px solid #2b6a3d;
- outline-offset: 1px;
- }
- .import-go {
- padding: 0.65rem 1.1rem;
- background: #2b6a3d;
- color: white;
- border: 0;
- border-radius: 10px;
- font-size: 0.95rem;
- font-weight: 600;
- cursor: pointer;
- min-height: 44px;
- }
- .import-go:disabled {
- opacity: 0.5;
- cursor: not-allowed;
- }
- }
.search-box:focus-within {
outline: 2px solid #2b6a3d;
outline-offset: 1px;
diff --git a/src/routes/recipes/+page.svelte b/src/routes/recipes/+page.svelte
index 45a5081..2eddcc4 100644
--- a/src/routes/recipes/+page.svelte
+++ b/src/routes/recipes/+page.svelte
@@ -1,10 +1,19 @@