mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-08-04 18:25:04 +02:00
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:
parent
1301459718
commit
7f6c9b614f
3 changed files with 65 additions and 0 deletions
|
@ -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#}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue