diff --git a/frontend/src/App.svelte b/frontend/src/App.svelte index b2e8f4f..23d7bd7 100644 --- a/frontend/src/App.svelte +++ b/frontend/src/App.svelte @@ -404,8 +404,4 @@ background-color: rgb(var(--m3-scheme-background)); color: rgb(var(--m3-scheme-on-background)); } - iframe { - outline: none; - border: none; - } diff --git a/frontend/src/Proxy.svelte b/frontend/src/Proxy.svelte index 7de9f21..8065930 100644 --- a/frontend/src/Proxy.svelte +++ b/frontend/src/Proxy.svelte @@ -1,12 +1,20 @@ -
-
-
- - +
+
+
+ +
+ + +
+
+ +
+ { + console.log(e); + if (e.key === "Enter") { + visitURL(url); + } + }} + /> +
+ +
- {#if !import.meta.env.VITE_ADRIFT_SINGLEFILE} +
-