From a2d8b6f549bfee39eddb9ef642bd805e58a3fc1f Mon Sep 17 00:00:00 2001 From: The Ghost of FOSS' Future <163201376+sneedgroup-holder@users.noreply.github.com> Date: Wed, 18 Sep 2024 11:44:05 -0500 Subject: [PATCH] Update index.html --- index.html | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) 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":