fix: rekeys season list
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
>
|
||||
<div class="p-4 md:p-6 flex flex-col gap-6 bg-orange-500/60 bg-clip-padding backdrop-filter backdrop-blur-md rounded-md">
|
||||
<div class="flex flex-col md:flex-row gap-4">
|
||||
{% if episode.poster != null %}
|
||||
{% if "jpg" in episode.poster %}
|
||||
<img class="w-full md:w-64 rounded-lg" src="{{ episode.poster }}" />
|
||||
{% else %}
|
||||
<div class="w-full md:w-64 min-w-64 sticky h-[144px] rounded-lg bg-gray-700 flex items-center justify-center">
|
||||
|
||||
Reference in New Issue
Block a user