mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-04 18:19:20 +02:00
Minor UI enhancements to player queue (more visible progress on bottom player, easier to click buttons)
This commit is contained in:
parent
8d59d8f27a
commit
bdb80bb232
2 changed files with 11 additions and 4 deletions
|
@ -643,7 +643,7 @@ export default {
|
|||
progress: "player/progress"
|
||||
}),
|
||||
updateProgressThrottled () {
|
||||
return _.throttle(this.updateProgress, 250)
|
||||
return _.throttle(this.updateProgress, 50)
|
||||
},
|
||||
labels() {
|
||||
let audioPlayer = this.$pgettext('Sidebar/Player/Hidden text', "Media player")
|
||||
|
@ -816,13 +816,17 @@ export default {
|
|||
.fake-dropdown {
|
||||
border: 1px solid gray;
|
||||
border-radius: 3px;
|
||||
padding: 0.5em;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
min-width: 10em;
|
||||
> * {
|
||||
padding: 0.5em;
|
||||
|
||||
}
|
||||
.position.control {
|
||||
margin-right: 1em;
|
||||
padding-right: 1em;
|
||||
flex-grow: 1;
|
||||
}
|
||||
.angle.icon {
|
||||
margin-right: 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue