Fixed padding on bottom on mobile

This commit is contained in:
Kasper Rynning-Tønnesen
2016-04-20 12:05:49 +02:00
parent 6e18b4b3d3
commit 68f998a69e
4 changed files with 9 additions and 4 deletions

View File

@@ -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{