Update index.html

This commit is contained in:
The Ghost of FOSS' Future 2024-09-18 11:20:01 -05:00 committed by GitHub
parent 3e9200cbe1
commit 7ee5c9aeab
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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