Update index.html

This commit is contained in:
The Ghost of FOSS' Future 2024-09-18 12:29:04 -05:00 committed by GitHub
parent 649c35e8b6
commit de9523214a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -20,6 +20,7 @@
} }
.sidebar { .sidebar {
width: 6%; width: 6%;
min-width: 75px;
background-color: #333; background-color: #333;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
@ -28,6 +29,7 @@
} }
.sidebar-icon { .sidebar-icon {
width: 58%; width: 58%;
min-width: 68px;
height: auto; height: auto;
margin-bottom: 20px; margin-bottom: 20px;
cursor: pointer; cursor: pointer;
@ -44,6 +46,7 @@
} }
.file-explorer { .file-explorer {
width: 23%; width: 23%;
min-width: 40px;
background-color: #252526; background-color: #252526;
color: #fff; color: #fff;
padding: 10px; padding: 10px;