updated realTimeViz panel style
This commit is contained in:
@@ -117,6 +117,7 @@
|
||||
|
||||
.zone-wrapper.bottom {
|
||||
bottom: calc(var(--realTimeViz-container-height) * 0.27);
|
||||
bottom: 200px;
|
||||
}
|
||||
|
||||
.content-container {
|
||||
@@ -306,7 +307,7 @@
|
||||
|
||||
.chart-container {
|
||||
|
||||
min-width: 150px;
|
||||
min-width: 160px;
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -346,11 +347,8 @@
|
||||
|
||||
.chart-container {
|
||||
width: 100%;
|
||||
|
||||
|
||||
min-height: 150px;
|
||||
min-height: 160px;
|
||||
max-height: 100%;
|
||||
// border: 1px dashed var(--background-color-gray);
|
||||
border-radius: 8px;
|
||||
box-shadow: var(--box-shadow-medium);
|
||||
padding: 6px 0;
|
||||
@@ -370,7 +368,8 @@
|
||||
|
||||
.playingFlase {
|
||||
.zone-wrapper.bottom {
|
||||
bottom: calc(var(--realTimeViz-container-height) * 0.25);
|
||||
bottom: calc(var(--realTimeViz-container-height) * 0.3);
|
||||
bottom: 210px;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user