Преглед на файлове

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