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 {
|
.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;
|
||||||
|
|
Loading…
Reference in a new issue