update dv3d

This commit is contained in:
Ross
2026-05-18 16:37:12 +01:00
parent 63ea4cdf23
commit dcc347793d
2 changed files with 213 additions and 213 deletions
@@ -14,10 +14,10 @@
<input type="checkbox" class="hide" name="series-ids" value="{{series.pk}}"> <input type="checkbox" class="hide" name="series-ids" value="{{series.pk}}">
<div class="series-card-shell"> <div class="series-card-shell">
<div type="button" <div type="button"
class="series-card-main" class="series-card-main"
data-series-action="details" data-series-action="details"
data-series-id="{{series.pk}}" data-series-id="{{series.pk}}"
aria-label="Open series actions for Series {{ forloop.counter }}"> aria-label="Open series actions for Series {{ forloop.counter }}">
<div class="series-card-thumb-wrap"> <div class="series-card-thumb-wrap">
{% with series_thumbnail=series.get_thumbnail %} {% with series_thumbnail=series.get_thumbnail %}
{% if series_thumbnail.1 %} {% if series_thumbnail.1 %}
@@ -42,7 +42,7 @@
title="View series in viewer" title="View series in viewer"
data-series-id="{{series.pk}}" data-series-id="{{series.pk}}"
data-series-name="{{ series|escape }}"> data-series-name="{{ series|escape }}">
<i class="bi bi-eye"></i> View1 <i class="bi bi-eye"></i> View
</button> </button>
<div class="series-card-inline-actions"> <div class="series-card-inline-actions">
<button type="button" <button type="button"
+208 -208
View File
File diff suppressed because one or more lines are too long