web/layout: add more padding and a separation line to h2 in long text

This commit is contained in:
wukko 2024-12-23 23:03:35 +06:00
parent 00c4531011
commit 6b49bce595
No known key found for this signature in database
GPG key ID: 3E30B3F26C7B4AA2

View file

@ -528,6 +528,12 @@
font-size: 19px;
line-height: 1.3;
margin-block-end: -0.3rem;
padding: 6px 0;
border-bottom: 1.5px solid var(--button-elevated-hover);
}
:global(.long-text-noto img) {
border-radius: 6px;
}
:global(table),