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;
|
||||
font-size: 0.88rem;
|
||||
font-style: italic;
|
||||
margin: 0.5rem 0 0;
|
||||
grid-column: 2 / -1;
|
||||
margin: 0;
|
||||
padding: 0.15rem 0.55rem;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -107,10 +107,10 @@
|
|||
</span>
|
||||
{{ end }}
|
||||
</div>
|
||||
{{ with .note }}
|
||||
<p class="manga-card-note">{{ . }}</p>
|
||||
{{ end }}
|
||||
</div>
|
||||
{{ with .note }}
|
||||
<p class="manga-card-note">{{ . }}</p>
|
||||
{{ end }}
|
||||
</article>
|
||||
{{ end }}
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue