Subscriptions: Display selected tag above videos.

Otherwise, it wasn't clear enough that a tag was selected.
This commit is contained in:
James Taylor 2019-12-20 12:44:42 -08:00
parent b4406df9cf
commit c3321d31d0

View File

@ -11,6 +11,9 @@
flex-grow: 1;
padding-left: 10px;
padding-top: 10px;
}
.current-tag{
margin-bottom:10px;
}
.video-section .page-button-row{
justify-content: center;
@ -47,6 +50,9 @@
{% block main %}
<div class="video-section">
{% if current_tag %}
<h2 class="current-tag">{{ current_tag }}</h2>
{% endif %}
<nav class="item-grid">
{% for video_info in videos %}
{{ common_elements.item(video_info) }}