-
Notifications
You must be signed in to change notification settings - Fork 203
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use a simpler behavior on volume bar , closes #351 #352
Conversation
Update style for volume bar
Can you post a screenshots please ? ^^ |
And check eslint too ;) |
src/styles/_header.scss
Outdated
position: relative; | ||
display: inline-flex; | ||
padding-left: 1em |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
semicolon
src/styles/_header.scss
Outdated
background-color: transparent; | ||
} | ||
|
||
+ span { | ||
margin: 2px 6px 0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
semicolon
Sorry for the delay, I will try to test it today, I might ask for a few changes |
@vprigent you might need to rebase, some commits landed on master |
@KeitIG anything else we need to do here? |
Two things:
|
My guess is that they may be skipped because of merge conflicts, so they don't even try |
I think it's because it is a PR from a Fork |
I think I fixed it for CircleCI, but not for AppVeyor |
Ok, I tested it (finally), why did you drop the show/hide feature? Here's the problem. Initially I based the volume design on deezer.com player, the problem being: how to place a volume controller when you don't have enough place for it. I am closing it, let's discuss about problems and possible solutions in #351 |
You meant #351 probably |
Closes #351
Drop volume bar show/hide behavior
Update style for volume bar
I took some considerations on the new position :
I didn't wanted it to be too close of the player infos, as it is still a control element.
And still, wanted to separate it a little from the play/next/previous controls.