- commit
- fb374b4b6fecad2a844988eb36596a90ee0f44ed
- parent
- b65c3d286ac0fb48089a5b5864daa0bf8a4e6532
- Author
- Tobias Bengfort <tobias.bengfort@posteo.de>
- Date
- 2025-02-25 22:49
display eposide number in list
Diffstat
| M | static/style.css | 3 | +++ |
| M | templates/_list.html | 3 | +++ |
2 files changed, 6 insertions, 0 deletions
diff --git a/static/style.css b/static/style.css
@@ -150,6 +150,9 @@ video {
150 150 .list-item-title {
151 151 font-size: 110%;
152 152 }
-1 153 .list-item-meta {
-1 154 color: var(--fg3);
-1 155 }
153 156
154 157 .relative {
155 158 position: relative;
diff --git a/templates/_list.html b/templates/_list.html
@@ -15,6 +15,9 @@ 15 15 {% endif %} 16 16 </div> 17 17 <div class="list-item-title">{{ item.title }}</div> -1 18 {% if item.metadata.episode_number %} -1 19 <div class="list-item-meta">Episode {{ item.metadata.episode_number }}</div> -1 20 {% endif %} 18 21 </a> 19 22 </li> 20 23 {% else %}