Update index.html
This commit is contained in:
parent
7ee5c9aeab
commit
5cb3c19cc3
1 changed files with 4 additions and 4 deletions
|
@ -19,7 +19,7 @@
|
||||||
height: 93%;
|
height: 93%;
|
||||||
}
|
}
|
||||||
.sidebar {
|
.sidebar {
|
||||||
width: 50px;
|
width: 10%;
|
||||||
background-color: #333;
|
background-color: #333;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
@ -27,8 +27,8 @@
|
||||||
padding-top: 10px;
|
padding-top: 10px;
|
||||||
}
|
}
|
||||||
.sidebar-icon {
|
.sidebar-icon {
|
||||||
width: 30px;
|
width: 8%;
|
||||||
height: 30px;
|
height: 8%;
|
||||||
margin-bottom: 20px;
|
margin-bottom: 20px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
transition: background-color 0.3s;
|
transition: background-color 0.3s;
|
||||||
|
@ -43,7 +43,7 @@
|
||||||
display: flex;
|
display: flex;
|
||||||
}
|
}
|
||||||
.file-explorer {
|
.file-explorer {
|
||||||
width: 200px;
|
width: 23%;
|
||||||
background-color: #252526;
|
background-color: #252526;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
|
|
Loading…
Reference in a new issue