From f069f663d0abab1833c1e874443a88e6023605a8 Mon Sep 17 00:00:00 2001 From: Joseph Nuthalpati Date: Sun, 6 Aug 2017 00:39:40 +0530 Subject: [PATCH] UI: Make apps and configure pages responsive on small screens - Hide the listing of apps and configuration options on small screens, so that the user doesn't have to navigate to the bottom of the page. - Closes #921 Reviewed-by: Johannes Keyser --- plinth/templates/apps.html | 8 ++++++++ plinth/templates/base.html | 2 +- plinth/templates/system.html | 8 ++++++++ 3 files changed, 17 insertions(+), 1 deletion(-) diff --git a/plinth/templates/apps.html b/plinth/templates/apps.html index 266f6f079..e3977e914 100644 --- a/plinth/templates/apps.html +++ b/plinth/templates/apps.html @@ -20,6 +20,14 @@ {% load i18n %} +{% block submenu %} + {% if submenu %} + + {% endif %} +{% endblock %} + {% block content %}

{% trans "Services and Applications" %}

diff --git a/plinth/templates/base.html b/plinth/templates/base.html index 77a768bd9..86a709a60 100644 --- a/plinth/templates/base.html +++ b/plinth/templates/base.html @@ -205,7 +205,7 @@
{% block submenu %} {% if submenu %} -