mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-07-29 12:09:37 +00:00
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 <johanneskeyser@posteo.de>
This commit is contained in:
parent
57c2835300
commit
f069f663d0
@ -20,6 +20,14 @@
|
||||
|
||||
{% load i18n %}
|
||||
|
||||
{% block submenu %}
|
||||
{% if submenu %}
|
||||
<div class="sidebar">
|
||||
{% include "submenu.html" with menu=submenu %}
|
||||
</div>
|
||||
{% endif %}
|
||||
{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
|
||||
<h2>{% trans "Services and Applications" %}</h2>
|
||||
|
||||
@ -205,7 +205,7 @@
|
||||
<div class="col-md-3">
|
||||
{% block submenu %}
|
||||
{% if submenu %}
|
||||
<div class="sidebar">
|
||||
<div class="sidebar visible-lg-block">
|
||||
{% include "submenu.html" with menu=submenu %}
|
||||
</div><!--/.sidebar -->
|
||||
{% endif %}
|
||||
|
||||
@ -20,6 +20,14 @@
|
||||
|
||||
{% load i18n %}
|
||||
|
||||
{% block submenu %}
|
||||
{% if submenu %}
|
||||
<div class="sidebar">
|
||||
{% include "submenu.html" with menu=submenu %}
|
||||
</div>
|
||||
{% endif %}
|
||||
{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
|
||||
<h2>{% trans "System Configuration" %}</h2>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user