Skip to content

Commit ee1c5e7

Browse files
committed
Adding missing EOFs.
1 parent 98c02d3 commit ee1c5e7

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

pydis_site/static/css/collapsibles.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@
99
overflow: hidden;
1010
max-height: 0;
1111
transition: max-height 0.2s ease-out;
12-
}
12+
}

pydis_site/static/css/resources/resources.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,4 +230,4 @@ span.resource-tag.active.has-background-info-light {
230230
max-width: 25rem;
231231
min-width: 18rem;
232232
}
233-
}
233+
}

pydis_site/templates/resources/resources.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@
3232
{# Filter box tags #}
3333
<div class="card filter-tags">
3434
<div class="is-flex ml-auto is-flex-wrap-wrap">
35+
{# A little x in the top right, visible only when filters are active, which removes all filters. #}
36+
<i class="fas fa-window-close"></i>
37+
3538
{# A filter tag for when there are no filters active #}
3639
<span class="no-tags-selected tag has-background-disabled has-text-disabled ml-2 mt-2">
3740
<i class="fas fa-ban mr-1"></i>
@@ -153,5 +156,3 @@ <h2 class="title is-3 has-text-centered pt-0 pb-6">No matching resources found!<
153156
</div>
154157
</section>
155158
{% endblock %}
156-
157-

0 commit comments

Comments
 (0)