Show note field on manga page with matching site style
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>main
parent
cf69d98694
commit
c1783bfa5b
|
|
@ -167,6 +167,15 @@ li.post {
|
|||
stroke: var(--maincolor);
|
||||
}
|
||||
|
||||
.manga-card-note {
|
||||
border-left: 3px solid var(--maincolor);
|
||||
color: #777;
|
||||
font-size: 0.88rem;
|
||||
font-style: italic;
|
||||
margin: 0.5rem 0 0;
|
||||
padding: 0.15rem 0.55rem;
|
||||
}
|
||||
|
||||
@media screen and (min-width: 820px) {
|
||||
.manga-hero {
|
||||
grid-template-columns: minmax(0, 1fr) auto;
|
||||
|
|
|
|||
|
|
@ -107,6 +107,9 @@
|
|||
</span>
|
||||
{{ end }}
|
||||
</div>
|
||||
{{ with .note }}
|
||||
<p class="manga-card-note">{{ . }}</p>
|
||||
{{ end }}
|
||||
</div>
|
||||
</article>
|
||||
{{ end }}
|
||||
|
|
|
|||
Loading…
Reference in New Issue