diff --git a/index.html b/index.html index b0a60e4..ac11026 100644 --- a/index.html +++ b/index.html @@ -16,10 +16,10 @@ } .container { display: flex; - height: 100%; + height: 90%; } .sidebar { - width: 8%; + width: 10%; background-color: #333; display: flex; flex-direction: column; @@ -27,8 +27,8 @@ padding-top: 10px; } .sidebar-icon { - width: 80%; - height: 80%; + width: 8%; + height: 8%; margin-bottom: 20px; cursor: pointer; transition: background-color 0.3s; @@ -84,12 +84,12 @@ height: 100% !important; } .status-bar { - height: 4%; + height: 5%; background-color: #007acc; color: #fff; display: flex; align-items: center; - padding: 5px; /* Adjusted padding */ + padding: .3vw; font-size: 1vw; } #toggle-explorer { @@ -226,11 +226,10 @@ - + - @@ -310,9 +309,7 @@ case "css": return "css"; case "md": - return "gfm"; - case "rs": - return "rust"; + return "markdown"; case "go": return "go"; case "c":