mirror of
https://github.com/ACSPRI/queXS
synced 2024-04-02 12:12:16 +00:00
Make sure to jump to full height when auto contracting header
This commit is contained in:
@@ -11,7 +11,7 @@ function headerexpand()
|
||||
function headercontract()
|
||||
{
|
||||
$(".header").css("height","13%");
|
||||
$(".content").css("height","80%");
|
||||
$(".content").css("height","85%");
|
||||
$(".content").css("top","15%");
|
||||
$(".box:not(.important)").css("display","none");
|
||||
// $(".item_2_full_height").removeClass("item_2_full_height").addClass("item_2_half_height");
|
||||
|
||||
Reference in New Issue
Block a user