Added scroll to top buttons in playlist

This commit is contained in:
Kasper Rynning-Tønnesen
2016-02-12 18:12:08 +01:00
parent dab1b5ef0c
commit 65d637015f
10 changed files with 84 additions and 25 deletions

View File

@@ -875,6 +875,7 @@ ul #chat-log{
#playlist{
/*padding:0px 15px;*/
flex:1;
position: relative;
}
#player{
@@ -1112,6 +1113,30 @@ nav ul li:hover, nav ul li.active {
width:15px;
}
#top-button, #bottom-button{
color: white;
position: absolute;
left: 50%;
transform: translate(-50%);
background-color: #2d2d2d;
width: 70px;
height: 27px;
z-index: 1;
cursor:pointer;
}
#top-button{
top:0px;
}
.top-button-with-tabs{
top:53px !important;
}
#bottom-button{
bottom: 0px;
}
/************** Youtube controls **************/