From ec58ef0e37958d474b5a70e8aca804710940d005 Mon Sep 17 00:00:00 2001 From: CoolElectronics Date: Thu, 17 Aug 2023 12:55:50 -0400 Subject: [PATCH] update visuals of --- frontend/src/App.svelte | 4 -- frontend/src/Proxy.svelte | 80 ++++++++++++++++++++++++++++++++++----- server/src/main.ts | 16 +++++++- 3 files changed, 85 insertions(+), 15 deletions(-) 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} +
-