mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Started on player controls, but volume slider is not complying
This commit is contained in:
@@ -52,6 +52,10 @@ nav .brand-logo{
|
||||
padding-left: 20px;
|
||||
}
|
||||
|
||||
#fp-nav {
|
||||
background-color:rgba(45,45,45,1);
|
||||
}
|
||||
|
||||
main {
|
||||
flex: 1 0 auto;
|
||||
}
|
||||
@@ -135,6 +139,11 @@ nav{
|
||||
#playlist{
|
||||
padding:0px 15px;
|
||||
}
|
||||
|
||||
#player{
|
||||
height:95%;
|
||||
}
|
||||
|
||||
.nav-btn
|
||||
{
|
||||
transition: background-color .2s;
|
||||
|
||||
Reference in New Issue
Block a user