Revert "Override image height to respect explicit attributes (#114)"

This reverts commit f1a3f53abb.
This commit is contained in:
Ian Bassi
2026-01-13 17:04:28 -03:00
parent e9d5b099d4
commit bfa3a49c75

View File

@@ -237,7 +237,7 @@ h1 + ol, h2 + ol, h3 + ol, h4 + ol{
margin-bottom: .4rem;
}
.md-typeset .admonition>:last-child,
.md-typeset .admonition>:last-child,
.md-typeset details>:last-child {
margin-bottom: 0;
margin-block-start: 0.3em;
@@ -326,8 +326,3 @@ head:has(link[rel="canonical"][href$="keyboard-shortcuts.html"])~body td>code {
color: var(--md-typeset-color);
font-weight: 550;
}
/* Override theme's height: auto for images to respect explicit height attributes */
.md-typeset img {
height: unset;
}