Update index.html

This commit is contained in:
The Ghost of FOSS' Future 2024-09-18 11:28:54 -05:00 committed by GitHub
parent 5cb3c19cc3
commit 0280fc5f89
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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;