Began to add global toolbar

This commit is contained in:
l_samenv
2024-07-30 15:44:27 +02:00
parent 4a21f24c45
commit 2b829248cd
31 changed files with 364 additions and 2 deletions

View File

@ -19,6 +19,18 @@
cursor: pointer;
}
#control_bar{
height: 100%;
background-color: dimgray;
border-top-left-radius: 12px;
border-top-right-radius: 12px;
padding-left: 12px;
padding-right: 12px;
display: flex;
column-gap: 5px;
margin-left: 100px;
}
/*********************/
.graphs-container{
height: 100%;