]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/videos/+video-watch/comment/video-comment.component.scss
Add link to the account page in comment
[github/Chocobozzz/PeerTube.git] / client / src / app / videos / +video-watch / comment / video-comment.component.scss
index cebb24c12353673bc294b12e6336702072057cbe..7c46569311100242b63933580807d4811c8426b9 100644 (file)
       }
 
       .comment-account {
-        @include disable-default-a-behaviour;
-
         word-break: break-all;
-        color: var(--mainForegroundColor);
         font-weight: 600;
         font-size: 90%;
 
+        a {
+          @include disable-default-a-behaviour;
+
+          color: var(--mainForegroundColor);
+        }
+
         .comment-account-fid {
           opacity: .6;
         }
         font-weight: unset;
       }
     }
+
+    my-video-comment-add {
+      ::ng-deep form {
+        margin-top: 1rem;
+        margin-bottom: 0;
+      }
+    }
   }
 
   .children {