File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
services/app/apps/codebattle/assets Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -186,7 +186,7 @@ function StreamFullPanel({
186186 </ div >
187187 { leftOutput && (
188188 < div
189- style = { { bottom : '12%' , marginLeft : '-0.3em' , height : testBarHeight } }
189+ style = { { bottom : testBarMarginBottom , marginLeft : '-0.3em' , height : testBarHeight } }
190190 className = { cn ( 'd-flex cb-stream-full-solution-bar position-absolute' ) }
191191 >
192192 < div className = "d-flex w-100 position-relative" >
@@ -256,7 +256,7 @@ function StreamFullPanel({
256256 </ div >
257257 { rightOutput && (
258258 < div
259- style = { { bottom : '12%' , marginLeft : '-0.7em' , height : testBarHeight } }
259+ style = { { bottom : testBarMarginBottom , marginLeft : '-0.7em' , height : testBarHeight } }
260260 className = { cn ( 'd-flex cb-stream-full-solution-bar position-absolute' ) }
261261 >
262262 < div className = "d-flex w-100 position-relative" >
You can’t perform that action at this time.
0 commit comments