Skip to content

Commit f310412

Browse files
committed
improves
1 parent d7e6eb3 commit f310412

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

services/app/apps/codebattle/assets/js/widgets/pages/stream/StreamFullPanel.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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">
2.22 KB
Loading

0 commit comments

Comments
 (0)