fix(layout): workaround for hardcoded image container (#2769)

This commit is contained in:
Huang Xin
2025-12-23 13:31:09 +08:00
committed by GitHub
parent 69fb22119b
commit 4ae1ab7dd0
+3
View File
@@ -255,6 +255,9 @@ const getLayoutStyles = (
width: auto;
background-color: transparent !important;
}
figure > div:has(img) {
height: auto !important;
}
/* enlarge the clickable area of links */
a {
position: relative !important;