mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-12-07 20:18:49 +00:00
Added scroll to top buttons in playlist
This commit is contained in:
@@ -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 **************/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user