mirror of https://github.com/zulip/zulip.git
portico: Center and add box around empty terms and privacy pages.
This adds the white box around the empty terms and privacy page statements along with putting them in the flex center box. Fixes: #6309.
This commit is contained in:
parent
1f9eac990e
commit
94447a0fc4
|
@ -4,8 +4,8 @@
|
||||||
|
|
||||||
{% block portico_content %}
|
{% block portico_content %}
|
||||||
|
|
||||||
<div class="app terms-page inline-block">
|
<div class="app terms-page flex">
|
||||||
<div class="app-main terms-page-container">
|
<div class="app-main terms-page-container white-box">
|
||||||
|
|
||||||
{% if privacy_policy %}
|
{% if privacy_policy %}
|
||||||
{{ render_markdown_path(privacy_policy) }}
|
{{ render_markdown_path(privacy_policy) }}
|
||||||
|
|
|
@ -4,8 +4,8 @@
|
||||||
|
|
||||||
{% block portico_content %}
|
{% block portico_content %}
|
||||||
|
|
||||||
<div class="app terms-page inline-block">
|
<div class="app terms-page flex">
|
||||||
<div class="app-main terms-page-container">
|
<div class="app-main terms-page-container white-box">
|
||||||
{% if terms_of_service %}
|
{% if terms_of_service %}
|
||||||
{{ render_markdown_path(terms_of_service) }}
|
{{ render_markdown_path(terms_of_service) }}
|
||||||
{% else %}
|
{% else %}
|
||||||
|
|
Loading…
Reference in New Issue