diff options
Diffstat (limited to 'ext/css/structured-content.css')
-rw-r--r-- | ext/css/structured-content.css | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ext/css/structured-content.css b/ext/css/structured-content.css index ea0bf5cd..37cfde86 100644 --- a/ext/css/structured-content.css +++ b/ext/css/structured-content.css @@ -20,6 +20,7 @@ display: inline-block; white-space: nowrap; max-width: 100%; + max-height: 100vh; position: relative; vertical-align: top; line-height: 0; @@ -35,6 +36,7 @@ display: inline-block; position: relative; line-height: 1; + max-width: 100%; } .gloss-image-link[href]:hover { cursor: pointer; @@ -119,7 +121,7 @@ :root[data-browser=firefox-mobile] .gloss-image-link[data-image-rendering=crisp-edges] .gloss-image-background { image-rendering: auto; } -.gloss-image-link[data-has-aspect-ratio=true] .gloss-image-aspect-ratio-sizer { +.gloss-image-link[data-has-aspect-ratio=true] .gloss-image-sizer { display: inline-block; width: 0; vertical-align: top; |