From bb9f10c4cab73cfa601434e956d1482c2bc74e4d Mon Sep 17 00:00:00 2001 From: KaiSD Date: Tue, 3 Sep 2019 23:24:14 +0300 Subject: [PATCH] WIP: toolbars --- ace/index.html | 186 +++++++++++++++++++++++-------------------------- 1 file changed, 86 insertions(+), 100 deletions(-) diff --git a/ace/index.html b/ace/index.html index a6c2ed8..0cc4bfe 100644 --- a/ace/index.html +++ b/ace/index.html @@ -1,113 +1,99 @@ - - - - - - Editor - - - + #editor { + margin: 0; + position: absolute; + top: 0; + bottom: 0; + left: 0; + right: 0; + } + + + -

+        

+            
+        
+        
-
+            window.editor = editor;
+        
 
-
+    
 
\ No newline at end of file