From 52780d6cfb1f9ea4c8ae743de4641fb6a72e3497 Mon Sep 17 00:00:00 2001 From: Jacob Strieb Date: Mon, 22 Jul 2019 18:17:45 -0400 Subject: [PATCH] Fix editor button text and add fork button --- editor/index.html | 10 +++++++--- editor/main.css | 8 +++++++- 2 files changed, 14 insertions(+), 4 deletions(-) diff --git a/editor/index.html b/editor/index.html index d5f72f7..ec5c178 100644 --- a/editor/index.html +++ b/editor/index.html @@ -13,19 +13,23 @@ -
+
- +
- +
+ + diff --git a/editor/main.css b/editor/main.css index f83ac0e..ca7ae7a 100644 --- a/editor/main.css +++ b/editor/main.css @@ -37,12 +37,18 @@ a, button { border: none; } -#buttons { +#bottomleft-buttons { position: absolute; bottom: 0; left: 0; } +#topright-buttons { + position: absolute; + top: 0; + right: 0; +} + form { display: inline; }