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 {
|
||||
display: flex;
|
||||
height: 93%;
|
||||
height: 100%;
|
||||
}
|
||||
.sidebar {
|
||||
width: 10%;
|
||||
width: 8%;
|
||||
background-color: #333;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
@ -27,8 +27,8 @@
|
|||
padding-top: 10px;
|
||||
}
|
||||
.sidebar-icon {
|
||||
width: 8%;
|
||||
height: 8%;
|
||||
width: 80%;
|
||||
height: 80%;
|
||||
margin-bottom: 20px;
|
||||
cursor: pointer;
|
||||
transition: background-color 0.3s;
|
||||
|
@ -84,13 +84,13 @@
|
|||
height: 100% !important;
|
||||
}
|
||||
.status-bar {
|
||||
height: 7%;
|
||||
height: 4%;
|
||||
background-color: #007acc;
|
||||
color: #fff;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
padding: 0 .3vw;
|
||||
font-size: .5vw;
|
||||
padding: 5px; /* Adjusted padding */
|
||||
font-size: 1vw;
|
||||
}
|
||||
#toggle-explorer {
|
||||
transition: transform 0.3s ease;
|
||||
|
|
Loading…
Reference in a new issue