]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/videos/+video-watch/comment/video-comment.component.html
Fix mark all as read notifications
[github/Chocobozzz/PeerTube.git] / client / src / app / videos / +video-watch / comment / video-comment.component.html
index d5aacf107f5e6f16fa7c4ddd47f4bda9cf4712e3..4753641bd9da6247f43660f22ec4dc70015564b6 100644 (file)
@@ -11,7 +11,7 @@
     <div class="vertical-border"></div>
   </div>
 
-  <div class="right">
+  <div class="right" [ngClass]="{ 'mb-3': firstInThread }">
     <span *ngIf="comment.isDeleted" class="comment-avatar"></span>
 
     <div class="comment">
@@ -81,5 +81,7 @@
         </div>
       </div>
     </div>
+
+    <ng-content></ng-content>
   </div>
 </div>