Skip to content

Commit

Permalink
Fix corners of images going over border
Browse files Browse the repository at this point in the history
  • Loading branch information
Kuuuube committed Dec 24, 2024
1 parent 38ed122 commit b6a4f03
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 @@ -20,6 +20,7 @@
.gloss-image-container {
display: inline-block;
font-size: calc(1em / var(--font-size-no-units));
overflow: hidden;
}
.gloss-image-link[data-background=true]>.gloss-image-container {
background-color: var(--gloss-image-background-color);
Expand Down

0 comments on commit b6a4f03

Please sign in to comment.