style(front): player
This commit is contained in:
parent
614cfeafc0
commit
ca1ccf5a49
|
@ -285,7 +285,7 @@ const hideArtist = () => {
|
||||||
round
|
round
|
||||||
:aria-label="loopingTitle"
|
:aria-label="loopingTitle"
|
||||||
:disabled="!currentTrack"
|
:disabled="!currentTrack"
|
||||||
:icon="looping === LoopingMode.LoopTrack ? 'bi-repeat-1' : looping === LoopingMode.LoopQueue ? 'bi-repeat' : 'bi-arrow-clockwise'"
|
:icon="looping === LoopingMode.LoopTrack ? 'bi-repeat-1' : 'bi-repeat'"
|
||||||
@click.prevent.stop="toggleLooping"
|
@click.prevent.stop="toggleLooping"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
|
|
|
@ -143,6 +143,13 @@
|
||||||
accent-color: var(--vibrant-color);
|
accent-color: var(--vibrant-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.looping, .shuffling,
|
||||||
|
.looping:hover, .shuffling:hover {
|
||||||
|
> i {
|
||||||
|
color: var(--vibrant-color);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
@include media(">desktop") {
|
@include media(">desktop") {
|
||||||
&:not(.fluid) {
|
&:not(.fluid) {
|
||||||
width: 20%;
|
width: 20%;
|
||||||
|
@ -197,9 +204,6 @@
|
||||||
.controls {
|
.controls {
|
||||||
display: flex;
|
display: flex;
|
||||||
}
|
}
|
||||||
.shuffling {
|
|
||||||
color: var(--vibrant-color);
|
|
||||||
}
|
|
||||||
.fake-dropdown {
|
.fake-dropdown {
|
||||||
display: flex;
|
display: flex;
|
||||||
z-index: 2;
|
z-index: 2;
|
||||||
|
|
Loading…
Reference in New Issue