Update index.html
This commit is contained in:
parent
649c35e8b6
commit
de9523214a
1 changed files with 3 additions and 0 deletions
|
@ -20,6 +20,7 @@
|
|||
}
|
||||
.sidebar {
|
||||
width: 6%;
|
||||
min-width: 75px;
|
||||
background-color: #333;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
@ -28,6 +29,7 @@
|
|||
}
|
||||
.sidebar-icon {
|
||||
width: 58%;
|
||||
min-width: 68px;
|
||||
height: auto;
|
||||
margin-bottom: 20px;
|
||||
cursor: pointer;
|
||||
|
@ -44,6 +46,7 @@
|
|||
}
|
||||
.file-explorer {
|
||||
width: 23%;
|
||||
min-width: 40px;
|
||||
background-color: #252526;
|
||||
color: #fff;
|
||||
padding: 10px;
|
||||
|
|
Loading…
Reference in a new issue