diff --git a/frontend/src/App.svelte b/frontend/src/App.svelte index fc28038..5f82017 100644 --- a/frontend/src/App.svelte +++ b/frontend/src/App.svelte @@ -100,6 +100,9 @@
Pyright playground
+ + +

@@ -158,7 +161,8 @@ align-items: center; } - .generate-permalink { + .generate-permalink, + .github { padding: 1rem; font-size: 1.2rem; } @@ -173,8 +177,9 @@ } .controls { - justify-content: start; + justify-content: space-between; padding-left: 3em; + padding-righ: 3em; grid-area: controls;