fix: update to schedule css and things

This commit is contained in:
lefuturiste 2020-08-03 17:08:20 +00:00
parent 258a478d98
commit 2132072b78
3 changed files with 5 additions and 5 deletions

View file

@ -106,7 +106,7 @@
<div class="schedule-category">
<div class="schedule-category-header" title="Déroulez">
<div class="schedule-category-name">
{{ item.name }}
{{ item.name }} <span class="separator">-</span> {{ item.description }}
</div>
<svg class="schedule-category-collapse-icon"
aria-hidden="true" focusable="false" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
@ -385,4 +385,4 @@
{% block scripts %}
<script src="/scripts/organization.js"></script>
{% endblock %}
{% endblock %}