diff --git a/src/components/recorder/RightSidePanel.tsx b/src/components/recorder/RightSidePanel.tsx index f324183d..a7424aab 100644 --- a/src/components/recorder/RightSidePanel.tsx +++ b/src/components/recorder/RightSidePanel.tsx @@ -460,8 +460,11 @@ export const RightSidePanel: React.FC = ({ onFinishCapture const theme = useThemeMode(); const isDarkMode = theme.darkMode; + + let panelHeight = `${(window.innerHeight * 0.64) + 130}px` + return ( - + {/* Last action: {` ${lastAction}`} */}