From: Marcus Moeller Date: Fri, 5 Jun 2015 14:47:41 +0000 (+0200) Subject: even display threads inline if no user is logged in X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=dbfc8092d7d94ee68ff0b9901e970aef98c05c0f;p=quix0rs-gnu-social.git even display threads inline if no user is logged in --- diff --git a/theme/neo-quitter/css/display.css b/theme/neo-quitter/css/display.css index dab85ef674..0294f258cf 100644 --- a/theme/neo-quitter/css/display.css +++ b/theme/neo-quitter/css/display.css @@ -687,6 +687,11 @@ ul.profile_list li { float: unset; } +#conversation .notices .notices { + float: unset; + margin-left: 55px; +} + .threaded-replies .placeholder { /* TODO combine all these declarations */ border-radius: 4px; box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);