diff --git a/index.html b/index.html
index 4b178a9..b0a60e4 100644
--- a/index.html
+++ b/index.html
@@ -16,10 +16,10 @@
}
.container {
display: flex;
- height: 93%;
+ height: 100%;
}
.sidebar {
- width: 10%;
+ width: 8%;
background-color: #333;
display: flex;
flex-direction: column;
@@ -27,8 +27,8 @@
padding-top: 10px;
}
.sidebar-icon {
- width: 8%;
- height: 8%;
+ width: 80%;
+ height: 80%;
margin-bottom: 20px;
cursor: pointer;
transition: background-color 0.3s;
@@ -84,13 +84,13 @@
height: 100% !important;
}
.status-bar {
- height: 7%;
+ height: 4%;
background-color: #007acc;
color: #fff;
display: flex;
align-items: center;
- padding: 0 .3vw;
- font-size: .5vw;
+ padding: 5px; /* Adjusted padding */
+ font-size: 1vw;
}
#toggle-explorer {
transition: transform 0.3s ease;