mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-12-31 07:19:32 +00:00
Fixed mobile view for bootstrap5
This commit is contained in:
parent
aa00558969
commit
7dfbb4c536
2 changed files with 4 additions and 4 deletions
|
|
@ -74,8 +74,8 @@
|
|||
<div class="row">
|
||||
{% include "_toast_container.html.twig" %}
|
||||
|
||||
<div class="collapse d-md-block bg-light" id="sidebar-container">
|
||||
<nav class="fixed-sidebar col-md-3 col-lg-2 " id="fixed-sidebar">
|
||||
<div class="collapse d-md-block" id="sidebar-container">
|
||||
<nav class="fixed-sidebar col-md-3 col-lg-2 bg-body" id="fixed-sidebar">
|
||||
<turbo-frame id="sidebar" target="content" data-turbo-action="advance" data-turbo-permanent>
|
||||
{% include "_sidebar.html.twig" %}
|
||||
</turbo-frame>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue