]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/videos/+video-watch/comment/video-comments.component.scss
Preferably use the docker hub image
[github/Chocobozzz/PeerTube.git] / client / src / app / videos / +video-watch / comment / video-comments.component.scss
index be122eb2c13c02c9427f4d8e66195988f6084bb0..0b8aa1854f26fd0e823b6502034b1ac8dd2dc812 100644 (file)
@@ -1,11 +1,16 @@
 @import '_variables';
 @import '_mixins';
 
+#highlighted-comment {
+  margin-bottom: 25px;
+}
+
 .view-replies {
   font-weight: $font-semibold;
   font-size: 15px;
   cursor: pointer;
   margin-left: 56px;
+  margin-bottom: 10px;
 }
 
 .glyphicon, .comment-thread-loading {
@@ -13,3 +18,9 @@
   display: inline-block;
   font-size: 13px;
 }
+
+@media screen and (max-width: 600px) {
+  .view-replies {
+    margin-left: 46px;
+  }
+}
\ No newline at end of file