forked from Mastodon/mastoradio-la-radio-di-mastodon
improve expand button visibility on pause
This commit is contained in:
parent
b0164d7a10
commit
48862b7083
@ -46,6 +46,7 @@
|
|||||||
transition: .15s opacity;
|
transition: .15s opacity;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.playerBig__reduce.active,
|
||||||
.playerBig__reduce:hover,
|
.playerBig__reduce:hover,
|
||||||
.playerBig__reduce:active,
|
.playerBig__reduce:active,
|
||||||
.playerBig__reduce:focus {
|
.playerBig__reduce:focus {
|
||||||
|
@ -14,9 +14,9 @@
|
|||||||
bind:duration
|
bind:duration
|
||||||
bind:seek={seek}
|
bind:seek={seek}
|
||||||
></YoutubePlayer>
|
></YoutubePlayer>
|
||||||
{/if}
|
|
||||||
<div class="playerBig__overlay" on:click={() => $paused = !$paused}></div>
|
<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>
|
</div>
|
||||||
|
|
||||||
<Progress
|
<Progress
|
||||||
|
Loading…
x
Reference in New Issue
Block a user