Update index.html
This commit is contained in:
parent
5cb3c19cc3
commit
0280fc5f89
1 changed files with 7 additions and 7 deletions
14
index.html
14
index.html
|
@ -16,10 +16,10 @@
|
||||||
}
|
}
|
||||||
.container {
|
.container {
|
||||||
display: flex;
|
display: flex;
|
||||||
height: 93%;
|
height: 100%;
|
||||||
}
|
}
|
||||||
.sidebar {
|
.sidebar {
|
||||||
width: 10%;
|
width: 8%;
|
||||||
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: 8%;
|
width: 80%;
|
||||||
height: 8%;
|
height: 80%;
|
||||||
margin-bottom: 20px;
|
margin-bottom: 20px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
transition: background-color 0.3s;
|
transition: background-color 0.3s;
|
||||||
|
@ -84,13 +84,13 @@
|
||||||
height: 100% !important;
|
height: 100% !important;
|
||||||
}
|
}
|
||||||
.status-bar {
|
.status-bar {
|
||||||
height: 7%;
|
height: 4%;
|
||||||
background-color: #007acc;
|
background-color: #007acc;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
padding: 0 .3vw;
|
padding: 5px; /* Adjusted padding */
|
||||||
font-size: .5vw;
|
font-size: 1vw;
|
||||||
}
|
}
|
||||||
#toggle-explorer {
|
#toggle-explorer {
|
||||||
transition: transform 0.3s ease;
|
transition: transform 0.3s ease;
|
||||||
|
|
Loading…
Reference in a new issue