Skip to content

Commit

Permalink
Fix problem sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
Yat3s committed Oct 15, 2023
1 parent 95bebc2 commit 6476950
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/ui-default/templates/problem_main.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
</div>
<div class="medium-3 columns">
{% if handler.user.hasPriv(PRIV.PRIV_USER_PROFILE) %}
<div class="section side nojs--hide sidebar-edit">
<div class="section side nojs--hide">
<ol class="menu">
<a href="javascript:;" class="menu__link edit-mode-hide" name="enter-edit-mode">
<span class="icon icon-edit"></span>
Expand Down Expand Up @@ -63,7 +63,7 @@
</div>
{% endif %}
{% if handler.user.hasPerm(perm.PERM_CREATE_PROBLEM) %}
<div class="section side sidebar-create">
<div class="section side">
<div class="section__header">
<h1 class="section__title">{{ _('Create Problem') }}</h1>
</div>
Expand All @@ -82,7 +82,7 @@ <h1 class="section__title">{{ _('Create Problem') }}</h1>
</div>
</div>
{% endif %}
<div class="section side sidebar-category">
<div class="section side sidebar">
<div class="section__header edit-mode-hide">
<h1 class="section__title title-style">{{ _('Categories') }}</h1>
</div>
Expand Down

0 comments on commit 6476950

Please sign in to comment.