front pages
This commit is contained in:
parent
14104ac204
commit
7f7bbe9ed4
|
@ -95,7 +95,7 @@ $(function() {
|
||||||
});
|
});
|
||||||
|
|
||||||
$(window).resize(function() {
|
$(window).resize(function() {
|
||||||
var minuser = 300;
|
var minuser = 320;
|
||||||
var winHeight = $(window).height();
|
var winHeight = $(window).height();
|
||||||
var listHeight = winHeight - minuser;
|
var listHeight = winHeight - minuser;
|
||||||
$('#fileList').css("height", listHeight + "px");
|
$('#fileList').css("height", listHeight + "px");
|
||||||
|
|
Loading…
Reference in New Issue
Block a user