Project Edit: Set container size and header width
This commit is contained in:
parent
1b6fbb940b
commit
6f7aa86e8b
@ -79,6 +79,13 @@
|
||||
#project_context
|
||||
| {% block project_context %}
|
||||
| {% endblock %}
|
||||
|
||||
script.
|
||||
/* UI Stuff */
|
||||
$(window).on("load resize",function(){
|
||||
$('#project-container').css('height', $(window).height());
|
||||
$('#project_context-header').css('width', $('#project_context-container').width());
|
||||
});
|
||||
| {% endblock %}
|
||||
|
||||
| {% block footer_navigation %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user