From 7ee5c9aeab65b5cac169939930289a0b6a29dea2 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:20:01 -0500 Subject: [PATCH] Update index.html --- index.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index 0b1f082..060af6c 100644 --- a/index.html +++ b/index.html @@ -16,7 +16,7 @@ } .container { display: flex; - height: 100vh; + height: 93%; } .sidebar { width: 50px; @@ -84,13 +84,13 @@ height: 100% !important; } .status-bar { - height: 22px; + height: 7%; background-color: #007acc; color: #fff; display: flex; align-items: center; - padding: 0 10px; - font-size: 12px; + padding: 0 .3vw; + font-size: .5vw; } #toggle-explorer { transition: transform 0.3s ease;