Update index.html
This commit is contained in:
parent
3e9200cbe1
commit
7ee5c9aeab
1 changed files with 4 additions and 4 deletions
|
@ -16,7 +16,7 @@
|
||||||
}
|
}
|
||||||
.container {
|
.container {
|
||||||
display: flex;
|
display: flex;
|
||||||
height: 100vh;
|
height: 93%;
|
||||||
}
|
}
|
||||||
.sidebar {
|
.sidebar {
|
||||||
width: 50px;
|
width: 50px;
|
||||||
|
@ -84,13 +84,13 @@
|
||||||
height: 100% !important;
|
height: 100% !important;
|
||||||
}
|
}
|
||||||
.status-bar {
|
.status-bar {
|
||||||
height: 22px;
|
height: 7%;
|
||||||
background-color: #007acc;
|
background-color: #007acc;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
padding: 0 10px;
|
padding: 0 .3vw;
|
||||||
font-size: 12px;
|
font-size: .5vw;
|
||||||
}
|
}
|
||||||
#toggle-explorer {
|
#toggle-explorer {
|
||||||
transition: transform 0.3s ease;
|
transition: transform 0.3s ease;
|
||||||
|
|
Loading…
Reference in a new issue