realTimeVisulization #5
@@ -54,7 +54,7 @@ const Panel: React.FC<PanelProps> = ({
|
|||||||
const rightActive = previousPanels.includes("right");
|
const rightActive = previousPanels.includes("right");
|
||||||
const topActive = previousPanels.includes("top");
|
const topActive = previousPanels.includes("top");
|
||||||
const bottomActive = previousPanels.includes("bottom");
|
const bottomActive = previousPanels.includes("bottom");
|
||||||
const panelSize = isPlaying ? 355 : 305;
|
const panelSize = isPlaying ? 250 : 300;
|
||||||
|
|
||||||
switch (side) {
|
switch (side) {
|
||||||
case "top":
|
case "top":
|
||||||
|
|||||||
@@ -124,7 +124,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.zoon-wrapper.bottom {
|
.zoon-wrapper.bottom {
|
||||||
bottom: 310px;
|
bottom: 250px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.content-container {
|
.content-container {
|
||||||
|
|||||||
Reference in New Issue
Block a user