fix secene bug
This commit is contained in:
parent
238224a759
commit
eff143790f
|
@ -54,7 +54,7 @@ const Panel: React.FC<PanelProps> = ({
|
|||
const rightActive = previousPanels.includes("right");
|
||||
const topActive = previousPanels.includes("top");
|
||||
const bottomActive = previousPanels.includes("bottom");
|
||||
const panelSize = isPlaying ? 355 : 305;
|
||||
const panelSize = isPlaying ? 250 : 300;
|
||||
|
||||
switch (side) {
|
||||
case "top":
|
||||
|
|
|
@ -124,7 +124,7 @@
|
|||
}
|
||||
|
||||
.zoon-wrapper.bottom {
|
||||
bottom: 310px;
|
||||
bottom: 250px;
|
||||
}
|
||||
|
||||
.content-container {
|
||||
|
|
Loading…
Reference in New Issue