]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/videos/+video-watch/comment/video-comments.component.scss
add channel avatar to watch view
[github/Chocobozzz/PeerTube.git] / client / src / app / videos / +video-watch / comment / video-comments.component.scss
index 627171ef12e123eaba378ba59a0499a60a94d592..dde10b068c110f319191c5eb7503b16f395a0a6b 100644 (file)
@@ -9,7 +9,7 @@
   font-weight: $font-semibold;
   font-size: 15px;
   cursor: pointer;
-  margin-left: 56px;
+  margin-left: 46px;
   margin-bottom: 10px;
 }
 
   display: inline-block;
   font-size: 13px;
 }
-.comment-html {
-  word-wrap: normal;
-  word-break: normal;
-  text-align: justify;
+
+.title-block .title-page {
+  margin-right: 0;
+}
+
+my-feed {
+  display: inline-block;
+  margin-left: 5px;
+}
+
+@media screen and (max-width: 600px) {
+  .view-replies {
+    margin-left: 46px;
+  }
+}
+
+@media screen and (max-width: 450px) {
+  .view-replies {
+    font-size: 14px;
+  }
 }