mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Fixed padding on bottom on mobile
This commit is contained in:
@@ -1400,12 +1400,14 @@ nav ul li:hover, nav ul li.active {
|
||||
|
||||
.page-footer{
|
||||
margin-top:40px !important;
|
||||
padding-bottom:40px;
|
||||
}
|
||||
|
||||
.padding-bottom-novideo{
|
||||
padding-bottom:40px;
|
||||
}
|
||||
|
||||
.padding-bottom-extra{
|
||||
padding-bottom:200px;
|
||||
padding-bottom:210px;
|
||||
}
|
||||
|
||||
.main, #main-row, .video-container, #playlist{
|
||||
|
||||
4
static/dist/main.min.js
vendored
4
static/dist/main.min.js
vendored
File diff suppressed because one or more lines are too long
@@ -543,6 +543,8 @@ function onepage_load(){
|
||||
$($(e)[59]).insertAfter("header");
|
||||
$($(e)[61]).insertAfter(".mega");
|
||||
$("main").html($($(e)[65]).html());
|
||||
$(".page-footer").removeClass("padding-bottom-extra");
|
||||
$(".page-footer").removeClass("padding-bottom-novideo");
|
||||
|
||||
if($("#alreadyfp").length == 1){
|
||||
window.initfp();
|
||||
|
||||
@@ -244,6 +244,7 @@ var Nochan = {
|
||||
$("header").html($($(e)[57]).html());
|
||||
$("main").html($($(e)[61]).html());
|
||||
$("#search").attr("placeholder", "Find song on YouTube...");
|
||||
$(".page-footer").addClass("padding-bottom-novideo");
|
||||
if($("#alreadychannel").length == 1){
|
||||
window.init();
|
||||
}else{
|
||||
|
||||
Reference in New Issue
Block a user