Skip to content
Snippets Groups Projects
Commit e36aca4c authored by Eliot Berriot's avatar Eliot Berriot
Browse files

Merge branch '964-track-position' into 'develop'

Minor UI enhancements to player queue (more visible progress on bottom player,...

See merge request !1029
parents 11a42e36 bdb80bb2
No related branches found
No related tags found
No related merge requests found
...@@ -389,6 +389,9 @@ export default { ...@@ -389,6 +389,9 @@ export default {
z-index: 999999; z-index: 999999;
width: 100%; width: 100%;
width: 100vw; width: 100vw;
.ui.top.attached.progress {
top: 0;
}
} }
#app.queue-focused { #app.queue-focused {
.queue-not-focused { .queue-not-focused {
...@@ -544,7 +547,7 @@ export default { ...@@ -544,7 +547,7 @@ export default {
justify-content: flex-start; justify-content: flex-start;
} }
> * { > * {
margin: 0 0.5em; padding: 0.5em;
} }
} }
&.player-controls { &.player-controls {
......
...@@ -643,7 +643,7 @@ export default { ...@@ -643,7 +643,7 @@ export default {
progress: "player/progress" progress: "player/progress"
}), }),
updateProgressThrottled () { updateProgressThrottled () {
return _.throttle(this.updateProgress, 250) return _.throttle(this.updateProgress, 50)
}, },
labels() { labels() {
let audioPlayer = this.$pgettext('Sidebar/Player/Hidden text', "Media player") let audioPlayer = this.$pgettext('Sidebar/Player/Hidden text', "Media player")
...@@ -816,13 +816,17 @@ export default { ...@@ -816,13 +816,17 @@ export default {
.fake-dropdown { .fake-dropdown {
border: 1px solid gray; border: 1px solid gray;
border-radius: 3px; border-radius: 3px;
padding: 0.5em;
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: space-between; justify-content: space-between;
min-width: 10em; min-width: 10em;
> * {
padding: 0.5em;
}
.position.control { .position.control {
margin-right: 1em; padding-right: 1em;
flex-grow: 1;
} }
.angle.icon { .angle.icon {
margin-right: 0; margin-right: 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment