@@ -19,7 +19,7 @@
#head_bar {
display: flex;
justify-content: space-between;
- /*height: 5em;*/
+ max-height: 5em;
background-color: var(--tool-bg-color1);
border-bottom: 1px solid var(--tool-line-color);
padding: 0.5vh 0.5vw;
@@ -57,7 +57,7 @@
position: fixed;
top: 0;
left: 0;
- padding-top: 90px;
+ padding-top: calc(5em + 50px);
height: 100%;
/*width:300px;*/
/*overflow-x: hidden;*/