diff --git a/front/src/components/audio/Player.vue b/front/src/components/audio/Player.vue index 994227c63..d66c17704 100644 --- a/front/src/components/audio/Player.vue +++ b/front/src/components/audio/Player.vue @@ -78,7 +78,7 @@ class="two wide column control" @click.prevent.stop="previous" :disabled="emptyQueue"> - + - + - + - +
- + - + - + - + + class="repeat icon"> 1 @@ -174,7 +174,7 @@ :disabled="!currentTrack" @click.prevent.stop="$store.commit('player/looping', 0)"> + class="repeat orange icon">
@@ -187,7 +187,7 @@ @click.prevent.stop="shuffle()" class="two wide column control">
- +
- - + + @@ -820,7 +820,7 @@ export default { vertical-align: middle; } -.secondary.icon { +.control .icon { font-size: 1.5em; } .progress-area .actions {