Blog: Fix top bar not full width
This commit is contained in:
parent
24468159e7
commit
ce5e27814a
@ -138,4 +138,13 @@ script.
|
||||
}
|
||||
});
|
||||
|
||||
/* UI Stuff */
|
||||
$(window).on("load resize",function(){
|
||||
containerResizeY($(window).height());
|
||||
|
||||
if ($(window).width() > 480) {
|
||||
project_container.style.height = (window.innerHeight - project_container.offsetTop) + "px";
|
||||
}
|
||||
});
|
||||
|
||||
| {% endblock %}
|
||||
|
@ -64,4 +64,13 @@ script.
|
||||
}
|
||||
});
|
||||
|
||||
/* UI Stuff */
|
||||
$(window).on("load resize",function(){
|
||||
containerResizeY($(window).height());
|
||||
|
||||
if ($(window).width() > 480) {
|
||||
project_container.style.height = (window.innerHeight - project_container.offsetTop) + "px";
|
||||
}
|
||||
});
|
||||
|
||||
| {% endblock footer_scripts %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user