From afc182478b25668f370216ed9425a22fd852ce30 Mon Sep 17 00:00:00 2001 From: Julian Lam Date: Fri, 21 Oct 2016 11:26:21 -0400 Subject: [PATCH] fixes #5141 --- public/js-enabled.css | 2 +- public/less/global.less | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/public/js-enabled.css b/public/js-enabled.css index f59881974e..2fddb0542f 100644 --- a/public/js-enabled.css +++ b/public/js-enabled.css @@ -2,6 +2,6 @@ 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; } \ No newline at end of file diff --git a/public/less/global.less b/public/less/global.less index d606b8221c..a4c838dbbf 100644 --- a/public/less/global.less +++ b/public/less/global.less @@ -7,7 +7,7 @@ */ /* 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: height 500ms ease; transition: opacity 500ms ease;