v1.18.x
Julian Lam 9 years ago
parent f3172ddbc7
commit afc182478b

@ -2,6 +2,6 @@
The following stylesheet is only included on pages that can execute javascript The following stylesheet is only included on pages that can execute javascript
*/ */
[component="post/content"] img:not(.not-responsive):not([data-state]) { .page-topic [component="post/content"] img:not(.not-responsive):not([data-state]) {
display: none !important; display: none !important;
} }

@ -7,7 +7,7 @@
*/ */
/* Prevent viewport shuffling on image load by restricting image dimensions until viewed by the browser */ /* Prevent viewport shuffling on image load by restricting image dimensions until viewed by the browser */
[component="post/content"] img { .page-topic [component="post/content"] img {
transition: width 500ms ease; transition: width 500ms ease;
transition: height 500ms ease; transition: height 500ms ease;
transition: opacity 500ms ease; transition: opacity 500ms ease;

Loading…
Cancel
Save