Merge pull request #2458 from MarcAbonce/hide-links-mobile2

Hide links panel in mobile screens
dependabot/pip/master/sphinx-6.1.3
Alexandre Flament 3 years ago committed by GitHub
commit 8d0312d014
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -57,7 +57,7 @@
</div>
{%- endif %}
<div class="panel panel-default">
<div class="panel panel-default hidden-xs">
<div class="panel-heading">{{- "" -}}
<h4 class="panel-title">{{ _('Links') }}</h4>{{- "" -}}
</div>

Loading…
Cancel
Save