rework novel-tn

This commit is contained in:
perennial
2024-10-09 00:20:56 +11:00
parent 1ea3402cf4
commit 206aff317f
+3 -2
View File
@@ -1,6 +1,6 @@
<div class="col">
<div class="col mt-1">
<!-- NOTE: bg-charcoal-surface1 doesn't look that nice, but the inconsistent content of the cards means that we need a way to visually group them -->
<div class="custom-novel-card bg-charcoal-surface1 p-3 d-flex flex-column thumbnail-hover-dark">
<div class="custom-novel-card bg-black p-3 py-4 d-flex flex-column thumbnail-hover-dark">
<div class="row g-3 flex-grow-1">
<div class="col-4 col-md-3">
<a href="/novel/{{ .ID }}" class="text-decoration-none">
@@ -77,4 +77,5 @@
</div>
</div>
</div>
<hr class="my-0">
</div>