Skip to content

Commit

Permalink
fix(website): show viewer count above preview
Browse files Browse the repository at this point in the history
  • Loading branch information
lennartkloock committed Aug 16, 2023
1 parent 92f84a7 commit 0bb94b4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
on:focus={onFocus}
on:blur={onBlur}
>
<span class="viewers">{viewersToString(viewers, true)}</span>
{#if focused}
<div class="video">
<Player controls={false} muted />
Expand All @@ -46,6 +45,7 @@
<span class="title">{title}</span>
<span class="name">{streamer}</span>
</div>
<span class="viewers">{viewersToString(viewers, true)}</span>
</a>

<style lang="scss">
Expand Down

0 comments on commit 0bb94b4

Please sign in to comment.