Subscriptions: Display selected tag above videos.
Otherwise, it wasn't clear enough that a tag was selected.
This commit is contained in:
parent
b4406df9cf
commit
c3321d31d0
@ -11,6 +11,9 @@
|
|||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
padding-left: 10px;
|
padding-left: 10px;
|
||||||
padding-top: 10px;
|
padding-top: 10px;
|
||||||
|
}
|
||||||
|
.current-tag{
|
||||||
|
margin-bottom:10px;
|
||||||
}
|
}
|
||||||
.video-section .page-button-row{
|
.video-section .page-button-row{
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
@ -47,6 +50,9 @@
|
|||||||
|
|
||||||
{% block main %}
|
{% block main %}
|
||||||
<div class="video-section">
|
<div class="video-section">
|
||||||
|
{% if current_tag %}
|
||||||
|
<h2 class="current-tag">{{ current_tag }}</h2>
|
||||||
|
{% endif %}
|
||||||
<nav class="item-grid">
|
<nav class="item-grid">
|
||||||
{% for video_info in videos %}
|
{% for video_info in videos %}
|
||||||
{{ common_elements.item(video_info) }}
|
{{ common_elements.item(video_info) }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user