From 6c95ddf90c1e2cbcc7b82e62c3bacd4752de39b9 Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Wed, 15 Oct 2014 22:38:18 -0700 Subject: [PATCH] remove another lightbox 100% width hack --- app/assets/stylesheets/desktop/topic-post.scss | 8 -------- 1 file changed, 8 deletions(-) diff --git a/app/assets/stylesheets/desktop/topic-post.scss b/app/assets/stylesheets/desktop/topic-post.scss index 3496bae7646..6b8a3f54f9b 100644 --- a/app/assets/stylesheets/desktop/topic-post.scss +++ b/app/assets/stylesheets/desktop/topic-post.scss @@ -267,14 +267,6 @@ nav.post-controls { &.top { margin-left: 56px; width: 701px; - // WARNING *ONLY* DO THIS ON REPLY EXPANSIONS! - // auto-sizing of images causes massive havoc with regular post stream - // but we have to do this on reply expansions because the width is - // unavoidably narrower than a regular post - .lightbox-wrapper img { - width: 100%; - height: auto; - } } &.top.topic-body {padding-left: 0; padding-right: 0;} .post-date {color: scale-color($primary, $lightness: 50%);}