fix secene bug

This commit is contained in:
Nalvazhuthi 2025-03-25 16:42:24 +05:30
parent 238224a759
commit eff143790f
2 changed files with 2 additions and 2 deletions

View File

@ -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":

View File

@ -124,7 +124,7 @@
}
.zoon-wrapper.bottom {
bottom: 310px;
bottom: 250px;
}
.content-container {