mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Fixed some issues with scrollbar in playlist not showing up in firefox, and fixed error with height of main container when returning to frontpage from channel
This commit is contained in:
@@ -1476,9 +1476,9 @@ nav ul li:hover, nav ul li.active {
|
||||
|
||||
#wrapper {
|
||||
height: 100%;
|
||||
width: 113%;
|
||||
width: 100%;
|
||||
overflow: auto;
|
||||
padding-right: 5vh;
|
||||
/*padding-right: 5vh;*/
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
|
||||
2
static/dist/embed.min.js
vendored
2
static/dist/embed.min.js
vendored
File diff suppressed because one or more lines are too long
2
static/dist/frontpage.min.js
vendored
2
static/dist/frontpage.min.js
vendored
File diff suppressed because one or more lines are too long
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
@@ -163,8 +163,6 @@ function init(){
|
||||
$(".drag-target")[1].remove();
|
||||
|
||||
if(!Helper.msieversion()) Notification.requestPermission();
|
||||
if(navigator.userAgent.toLowerCase().indexOf("firefox") > -1) //quickdickfix for firefoxs weird percent handling
|
||||
$(".main").height(window.innerHeight-64);
|
||||
|
||||
git_info = $.ajax({ type: "GET",
|
||||
url: "https://api.github.com/repos/zoff-music/zoff/commits",
|
||||
|
||||
Reference in New Issue
Block a user