]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/videos/+video-watch/comment/video-comments.component.scss
Blue links color in comments
[github/Chocobozzz/PeerTube.git] / client / src / app / videos / +video-watch / comment / video-comments.component.scss
index 19ab3b633d4924218ae29a6396de9ed9956a2804..d5af929d785dbf3743b1faa3ba70bb6e05aa87e9 100644 (file)
@@ -1,6 +1,10 @@
 @import '_variables';
 @import '_mixins';
 
+#highlighted-comment {
+  margin-bottom: 25px;
+}
+
 .view-replies {
   font-weight: $font-semibold;
   font-size: 15px;
   display: inline-block;
   font-size: 13px;
 }
+
+.title-block .title-page {
+  margin-right: 0;
+}
+
+my-help {
+  display: inline-block;
+}
+
+@media screen and (max-width: 600px) {
+  .view-replies {
+    margin-left: 46px;
+  }
+}
\ No newline at end of file