diff --git a/templates/problem/list-base.html b/templates/problem/list-base.html index d97dc83..869a626 100644 --- a/templates/problem/list-base.html +++ b/templates/problem/list-base.html @@ -42,6 +42,14 @@ padding-top: 4px; } + {% else %} + {% endif %} {% endblock %} @@ -226,9 +234,6 @@ {% if request.in_contest_mode %} $('.left-sidebar').hide(); - if (window.matchMedia('(min-width: 800px)').matches) { - $('.middle-content').css('max-width', '80%'); - } {% endif %} });