Fix manga note overflow: move to full-width grid row
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>main
parent
c1783bfa5b
commit
c0549a6599
|
|
@ -172,7 +172,8 @@ li.post {
|
||||||
color: #777;
|
color: #777;
|
||||||
font-size: 0.88rem;
|
font-size: 0.88rem;
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
margin: 0.5rem 0 0;
|
grid-column: 2 / -1;
|
||||||
|
margin: 0;
|
||||||
padding: 0.15rem 0.55rem;
|
padding: 0.15rem 0.55rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -107,10 +107,10 @@
|
||||||
</span>
|
</span>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
{{ with .note }}
|
{{ with .note }}
|
||||||
<p class="manga-card-note">{{ . }}</p>
|
<p class="manga-card-note">{{ . }}</p>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
</div>
|
|
||||||
</article>
|
</article>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue