]> git.mxchange.org Git - friendica.git/commitdiff
Improved width for nested comments.
authorMichael Vogel <icarus@dabo.de>
Wed, 24 Jun 2015 12:20:08 +0000 (14:20 +0200)
committerMichael Vogel <icarus@dabo.de>
Wed, 24 Jun 2015 12:20:08 +0000 (14:20 +0200)
view/theme/vier/style.css

index 3178b9613a3150686e136a6e214287d4ebc247b8..f5072c02cc3146b294c9dc7b458e769f1fa3b52c 100644 (file)
@@ -1374,6 +1374,21 @@ section.minimal {
 .wall-item-container.comment .wall-item-content {
   max-width: 585px;
 }
+.wall-item-container.thread_level_3 .wall-item-content {
+  max-width: 570px;
+}
+.wall-item-container.thread_level_4 .wall-item-content {
+  max-width: 555px;
+}
+.wall-item-container.thread_level_5 .wall-item-content {
+  max-width: 540px;
+}
+.wall-item-container.thread_level_6 .wall-item-content {
+  max-width: 525px;
+}
+.wall-item-container.thread_level_7 .wall-item-content {
+  max-width: 510px;
+}
 
 .wall-item-container.comment .contact-photo {
   width: 32px;