Drag player div

This commit is contained in:
Nicolas A. Tonne
2015-08-11 21:14:31 +02:00
parent d09579341d
commit 8f4221269b
5 changed files with 10 additions and 2 deletions

View File

@@ -283,6 +283,7 @@ hide mdi-action-visibility mdi-action-visibility-off
#main-row{
margin-bottom:-64px;
display: flex;
}
@media only screen and (min-width: 993px){
@@ -479,6 +480,7 @@ ul #chat-log{
}
#playlist{
/*padding:0px 15px;*/
flex:1;
}
#player{

File diff suppressed because one or more lines are too long

View File

@@ -69,6 +69,11 @@ $(document).ready(function()
edge: 'right', // Choose the horizontal origin
closeOnClick: false // Closes side-nav on <a> clicks, useful for Angular/Meteor
});
//awdwad
$(".video-container").resizable({
handles: "e",
minWidth: 350
});
if(localStorage[chan.toLowerCase()])
{