Skip to content

Commit 452e049

Browse files
committed
demo: Add separator between rebuffering avoidance options
1 parent 6d3284d commit 452e049

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

demo/scripts/components/Options/BufferOptions.tsx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -330,6 +330,13 @@ function BufferOptions({
330330
? "No triggering Playback-Rate-based rebuffering Avoidance"
331331
: `Starting rebuffering avoidance strategy once ${rebufferingAvoidanceBufferGapSize} second(s) is left in the buffer`}
332332
</span>
333+
<span
334+
style={{
335+
marginTop: "5px",
336+
borderBottom: "1px solid #999",
337+
marginBottom: "5px",
338+
}}
339+
></span>
333340
<PlayerOptionNumberInput
334341
ariaLabel="Playback Rate Based Rebuffering Avoidance Min Playback Rate option"
335342
label="playbackRateBasedRebufferingAvoidanceMinPlaybackRate"

0 commit comments

Comments
 (0)