浏览代码

UI: Minor spacing adjustment

Alessandro Pignotti 2 年之前
父节点
当前提交
791d9e66bf
共有 1 个文件被更改,包括 1 次插入2 次删除
  1. 1 2
      index.html

+ 1 - 2
index.html

@@ -102,7 +102,7 @@ __      __   _  __   ____  __
     </div>
     <div style="flex-grow:0; flex-shrink: 0; height:1px; width: 100%; background-color: white;">
     </div>
-    <main style="display: flex; flex-direction: row; justify-content: space-between; margin:0; height:100%;">
+    <main style="display: flex; flex-direction: row; justify-content: space-between; margin: 5px; height: 100%;">
       <div style="flex-grow:1; height:100%;display:inline-block;margin:0;" class="scrollbar" id="console">
       </div>
 
@@ -320,7 +320,6 @@ __      __   _  __   ____  __
 	}
 	function initialMessage()
 	{
-		printOnTerm.printMessage([""]);
 		printOnTerm.printMessage(printOnTerm.getAsciiText());
 		term.registerLinkMatcher(/https:\/\/leaningtech.com\/webvm-virtual-machine-with-networking-via-tailscale/, function(mouseEvent, matchedString) {
 			window.open(matchedString, "_blank")