diff --git a/static/styles/portico/portico.scss b/static/styles/portico/portico.scss index d3aa09a0e5..f8fbb930bc 100644 --- a/static/styles/portico/portico.scss +++ b/static/styles/portico/portico.scss @@ -1297,12 +1297,16 @@ input.new-organization-button { } .error_page { - padding: 20px 0px; min-height: calc(100vh - 290px); + height: 100%; background-color: hsl(163, 42%, 85%); font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif; } +.error_page .container { + padding: 20px 0px; +} + .error_page .row-fluid { margin-top: 60px; } diff --git a/templates/zerver/app/navbar_alerts.html b/templates/zerver/app/navbar_alerts.html index a808ed318d..2e0ad38853 100644 --- a/templates/zerver/app/navbar_alerts.html +++ b/templates/zerver/app/navbar_alerts.html @@ -29,11 +29,12 @@
+ {% trans %} + You are using old version of the Zulip desktop + app that is no longer supported. + {% endtrans %} +
+ + {% if auto_update_broken %} ++ {% trans %} + The auto-update feature in this old version of + Zulip desktop app no longer works. + {% endtrans %} +
+ {% endif %} + + +