Skip to content

Commit

Permalink
Merge pull request #932 from BCStudentSoftwareDevTeam/CollapseSidebar…
Browse files Browse the repository at this point in the history
…_908

Dynamically Hides Sidebar
  • Loading branch information
AndersonStettner committed Jun 14, 2023
2 parents fed034e + 59accbd commit 7a4d0ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
{% block content %}
<div>
<div class="row g-0">
<div class="col-md-auto d-print-none d-lg-block">
<div class="col-md-auto d-print-none d-none d-lg-block">
<div style="margin-right: 280px">
<nav class="position-fixed float-start">
{% block sidebar %}
Expand Down

0 comments on commit 7a4d0ee

Please sign in to comment.