Added an button to hide the sidebar.

Feature wished by Mr.AtiX. That way you can view tables in full screen.
This commit is contained in:
Jan Böhmer 2019-09-20 13:55:52 +02:00
parent 1301459718
commit 7f6c9b614f
3 changed files with 65 additions and 0 deletions

View file

@ -40,6 +40,9 @@
</div>
<div class="col-md-9 col-lg-10 offset-md-3 offset-lg-2 pl-0" id="main">
<button class="btn btn-outline-dark btn-sm p-0" type="button" id="sidebar-toggle-button" title="{% trans %}sidebar.big.toggle{% endtrans %}">
<i class="fas fa-angle-left"></i>
</button>
<div class="container-fluid mr-0 pr-0" id="content">
<div id="content-data">
{# Here will be the real content be injected#}