From 50d3ab055e3b671838678eb23b4f9156b0fb28cc Mon Sep 17 00:00:00 2001 From: Nicolas Stepien Date: Sun, 24 Mar 2013 05:24:39 +0100 Subject: [PATCH] Don't squish replies with an expanded image against the OP. --- css/style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/css/style.css b/css/style.css index 2edec9e13..d23967a53 100644 --- a/css/style.css +++ b/css/style.css @@ -443,6 +443,9 @@ a[href="javascript:;"] { .expanding { opacity: .5; } +.expanded-image { + clear: both; +} .expanded-image > .op > .file::after { content: ''; clear: both;