diff --git a/static/ui.js b/static/ui.js index 7896e84..2f67aba 100644 --- a/static/ui.js +++ b/static/ui.js @@ -90,12 +90,12 @@ function App() { margin-bottom: 0; } iframe { - border: 4px solid #313131; + border: 2px solid #313131; background-color: #121212; - border-radius: 1rem; - margin: 2em; + border-radius: 0.5rem; + margin: 1em; margin-top: 0.5em; - width: calc(100% - 4em); + width: calc(100% - 2em); height: calc(100% - 8em); } @@ -104,17 +104,24 @@ function App() { outline: none; color: #fff; height: 2em; - width: 60%; text-align: center; border-radius: 0.75em; background-color: #313131; - padding: 0.45em; + padding: 0.30em; + } + .input_row > label { + font-size: 0.7rem; + color: gray; + } + p { + margin: 0; + margin-top: 0.2em; } .cfg * { margin: 2px; } .buttons button { - border: 2px solid #4c8bf5; + border: 1px solid #4c8bf5; background-color: #313131; border-radius: 0.75em; color: #fff; @@ -131,6 +138,16 @@ function App() { .input_row input { flex-grow: 1 } + + .nav button { + margin-right: 0.25em; + margin-left: 0.25em; + color: #fff; + outline: none; + border: none; + border-radius: 0.75em; + background-color: #313131; + } `; let frame = scramjet.createFrame(); @@ -140,34 +157,36 @@ function App() {

Percury Unblocker

surf the unblocked and mostly buggy web

-
-
+
+ +
+
+ + + + +
+
+
-
+
-
- - -
- -
- - - - -
- (store.url = e.target.value)} on:keyup=${(e) => e.keyCode == 13 && frame.go(e.target.value)}> +
+ + (store.url = e.target.value)} on:keyup=${(e) => e.keyCode == 13 && frame.go(e.target.value)}> + +
${frame.frame}
`;