Merge remote-tracking branch 'origin/ui' into simulation

This commit is contained in:
2025-04-08 18:36:41 +05:30
12 changed files with 360 additions and 354 deletions

View File

@@ -24,9 +24,17 @@
}
.floating {
width: 100%;
max-width: 250px;
min-height: 83px;
width: calc(var(--realTimeViz-container-width) * 0.2);
height: calc(var(--realTimeViz-container-width) * 0.05);
min-width: 250px;
max-width: 300px;
min-height: 83px !important;
// max-height: 100px !important;
background: var(--background-color);
border: 1.23px solid var(--border-color);
box-shadow: 0px 4.91px 4.91px 0px #0000001c;
@@ -60,9 +68,8 @@
display: flex;
background-color: var(--background-color);
position: absolute;
bottom: 10px;
// bottom: 10px;
left: 50%;
transform: translate(-50%, 0);
gap: 6px;
border-radius: 8px;
@@ -70,6 +77,7 @@
overflow: auto;
max-width: calc(100% - 500px);
z-index: 3;
transform: translate(-50%, -100%);
&::-webkit-scrollbar {
display: none;
@@ -116,8 +124,8 @@
}
.zone-wrapper.bottom {
bottom: calc(var(--realTimeViz-container-height) * 0.27);
bottom: 200px;
top: var(--bottomWidth);
// bottom: 200px;
}
.content-container {
@@ -138,7 +146,7 @@
display: flex;
background-color: rgba(224, 223, 255, 0.5);
position: absolute;
bottom: 10px;
// bottom: 10px;
left: 50%;
transform: translate(-50%, 0);
gap: 6px;
@@ -203,9 +211,9 @@
.chart-container {
width: 100%;
min-height: 150px;
max-height: 100%;
// border: 1px dashed var(--background-color-gray);
border: 1px dashed var(--background-color-gray);
border-radius: 8px;
box-shadow: var(--box-shadow-medium);
padding: 6px 0;
@@ -343,7 +351,7 @@
.chart-container {
width: 100%;
min-height: 160px;
min-height: 150px;
max-height: 100%;
border-radius: 8px;
box-shadow: var(--box-shadow-medium);
@@ -362,7 +370,7 @@
.playingFlase {
.zone-wrapper.bottom {
bottom: calc(var(--realTimeViz-container-height) * 0.25);
top: var(--bottomWidth);
// bottom: 210px;
}
}
@@ -786,4 +794,4 @@
}
}
}
}
}