]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/+admin/moderation/video-comment-list/video-comment-list.component.html
Increase play button size
[github/Chocobozzz/PeerTube.git] / client / src / app / +admin / moderation / video-comment-list / video-comment-list.component.html
index 8b7c12ba35ca02d395021043723def77d7e8d9c6..8ec4ebbb2c05d767c8d73b42208b3ad5fb1ccc4b 100644 (file)
         <a [href]="videoComment.localUrl" target="_blank" rel="noopener noreferrer">{{ videoComment.video.name }}</a>
       </td>
 
-      <td class="comment-html">
+      <td class="comment-html c-hand" [pRowToggler]="videoComment">
         <div [innerHTML]="videoComment.textHtml"></div>
       </td>
 
-      <td>{{ videoComment.createdAt | date: 'short' }}</td>
+      <td class="c-hand" [pRowToggler]="videoComment">{{ videoComment.createdAt | date: 'short' }}</td>
     </tr>
   </ng-template>