diff --git a/apps/readest-app/src/utils/style.ts b/apps/readest-app/src/utils/style.ts index 20b783cf..97f0891d 100644 --- a/apps/readest-app/src/utils/style.ts +++ b/apps/readest-app/src/utils/style.ts @@ -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;