]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
even display threads inline if no user is logged in
authorMarcus Moeller <marcus.moeller@gmx.ch>
Fri, 5 Jun 2015 14:47:41 +0000 (16:47 +0200)
committerMarcus Moeller <marcus.moeller@gmx.ch>
Fri, 5 Jun 2015 14:47:41 +0000 (16:47 +0200)
theme/neo-quitter/css/display.css

index dab85ef6743054b703b4c67c51ca0f35995e1786..0294f258cfaf3da74ca2146acdc6be636c2ad46c 100644 (file)
@@ -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);