Skip to content

Commit

Permalink
Fix border size on structured content images
Browse files Browse the repository at this point in the history
  • Loading branch information
Kuuuube committed Dec 24, 2024
1 parent 3142fa9 commit 38ed122
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ext/css/structured-content.css
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
/* Glossary images */
.gloss-image-container {
display: inline-block;
font-size: calc(1em / var(--font-size-no-units));
}
.gloss-image-link[data-background=true]>.gloss-image-container {
background-color: var(--gloss-image-background-color);
Expand Down

0 comments on commit 38ed122

Please sign in to comment.