mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 04:53:36 +00:00
Make 4xx and 5xx pages full screen.
This makes the 4xx and 5xx pages full screen by changing the `.error_page` div to be fixed and full screen height.
This commit is contained in:
@@ -5,9 +5,10 @@
|
||||
<meta http-equiv="refresh" content="60;URL='/'">
|
||||
{% endblock %}
|
||||
|
||||
{% block portico_content %}
|
||||
{% block portico_class_name %}error{% endblock %}
|
||||
|
||||
<div class="error_page" style="padding-bottom: 60px;">
|
||||
{% block portico_content %}
|
||||
<div class="error_page">
|
||||
<div class="container">
|
||||
<div class="row-fluid">
|
||||
<img src="/static/images/500art.svg" alt=""/>
|
||||
|
||||
Reference in New Issue
Block a user