mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Drag player div
This commit is contained in:
@@ -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{
|
||||
|
||||
2
static/dist/main.min.js
vendored
2
static/dist/main.min.js
vendored
File diff suppressed because one or more lines are too long
@@ -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()])
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user