Skip to content

Commit 23a307f

Browse files
committed
fix: hide that on larger screens
1 parent 9a8bec2 commit 23a307f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/StreamPlayer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ function StreamPlayerInner({ streamId, isLive, logPlayerErrors }: Props) {
253253
/>
254254
</Group>
255255

256-
<Center hiddenFrom="sm">
256+
<Center hiddenFrom="xxs">
257257
<Text>
258258
{formatTimestamp(currentTime)}{' '}
259259
{!isLive && !loading && <>/ {formatTimestamp(duration)}</>}

0 commit comments

Comments
 (0)