mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Mobile styling
This commit is contained in:
@@ -14,6 +14,7 @@ body {
|
||||
display: flex;
|
||||
min-height: 100vh;
|
||||
flex-direction: column;
|
||||
overflow-x: hidden;
|
||||
}
|
||||
|
||||
/* global colors */
|
||||
@@ -100,6 +101,15 @@ display: inline;
|
||||
width: calc(90% - 256px - 130px);
|
||||
left: initial;
|
||||
}
|
||||
.title-container li {
|
||||
width: 84%;
|
||||
}
|
||||
#playlist{
|
||||
padding:0px 15px;
|
||||
overflow: hidden;
|
||||
height: 90%;
|
||||
height: calc(100% - 64px);
|
||||
}
|
||||
}
|
||||
|
||||
.fullwidth{
|
||||
@@ -158,6 +168,7 @@ display: inline;
|
||||
|
||||
.share, .shareface{
|
||||
padding-left: 10px !important;
|
||||
width: 17em;
|
||||
}
|
||||
|
||||
.shareface {background-color: rgb(42, 134, 200) !important;}
|
||||
@@ -226,9 +237,6 @@ hide mdi-action-visibility mdi-action-visibility-off
|
||||
.video-container{
|
||||
height: calc(100% - 64px);
|
||||
}
|
||||
#playlist{
|
||||
padding:0px 15px;
|
||||
}
|
||||
|
||||
.control-list{
|
||||
position: fixed;
|
||||
@@ -246,7 +254,6 @@ hide mdi-action-visibility mdi-action-visibility-off
|
||||
.title-container li{
|
||||
height: 64px;
|
||||
height:100%;
|
||||
width: 84%;
|
||||
padding: 0 15px;
|
||||
}
|
||||
|
||||
@@ -272,6 +279,9 @@ hide mdi-action-visibility mdi-action-visibility-off
|
||||
width: initial;
|
||||
padding-right: 3%;
|
||||
}
|
||||
#playlist{
|
||||
padding:0px 15px;
|
||||
}
|
||||
|
||||
#player{
|
||||
height:95%;
|
||||
|
||||
@@ -84,8 +84,7 @@ function populate_list(msg, conf_only)
|
||||
{
|
||||
player_name = "#jplayer";
|
||||
}else player_name = "#player";
|
||||
$("#playlist").css({height: $(".video-container").height()-5});
|
||||
$("#playlist").css({overflow: "hidden"});
|
||||
|
||||
if(scroller === false)
|
||||
{
|
||||
myScroll = new IScroll('#playlist', {
|
||||
|
||||
Reference in New Issue
Block a user