improve expand button visibility on pause
This commit is contained in:
parent
b0164d7a10
commit
48862b7083
|
@ -46,6 +46,7 @@
|
|||
transition: .15s opacity;
|
||||
}
|
||||
|
||||
.playerBig__reduce.active,
|
||||
.playerBig__reduce:hover,
|
||||
.playerBig__reduce:active,
|
||||
.playerBig__reduce:focus {
|
||||
|
|
|
@ -14,9 +14,9 @@
|
|||
bind:duration
|
||||
bind:seek={seek}
|
||||
></YoutubePlayer>
|
||||
{/if}
|
||||
<div class="playerBig__overlay" on:click={() => $paused = !$paused}></div>
|
||||
<button class="playerBig__reduce">Reduce<IconReduce></IconReduce></button>
|
||||
<button class="playerBig__reduce" class:active={ready && $paused}>Reduce<IconReduce></IconReduce></button>
|
||||
{/if}
|
||||
</div>
|
||||
|
||||
<Progress
|
||||
|
|
Loading…
Reference in New Issue