Skip to content

Commit

Permalink
#3671 hide the sidebar on xs as well as s.
Browse files Browse the repository at this point in the history
  • Loading branch information
ajrbyers committed May 10, 2024
1 parent c59ce82 commit 8c48b0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/themes/clean/templates/cms/page.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ <h1 id="cms-title">{{ page.display_name }}</h1>
<div id="main_article">{{ page.content|safe }}</div>
</div>
{% if page.display_toc %}
<div class="col-md-4 d-sm-none d-md-block">
<div class="col-md-4 d-none d-sm-none d-md-block">
<div class="sticky-top">
<h2>{% trans "Table of Contents" %}</h2>
<ul id="toc" class="table-of-contents"></ul>
Expand Down

0 comments on commit 8c48b0e

Please sign in to comment.