]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/videos/+video-watch/comment/video-comment-add.component.scss
Improve comment tree UI
[github/Chocobozzz/PeerTube.git] / client / src / app / videos / +video-watch / comment / video-comment-add.component.scss
index e998cba5e7fe9100b72b3c9962942153f197213d..5087f71b6da7cb0320a60d6a5a7acd726f57abcf 100644 (file)
@@ -10,10 +10,10 @@ form {
   margin-bottom: 10px;
 
   img {
-    @include avatar(36px);
+    @include avatar(25px);
 
     vertical-align: top;
-    margin-right: 20px;
+    margin-right: 10px;
   }
 
   .form-group {
@@ -40,10 +40,14 @@ form {
   }
 }
 
-@media screen and (max-width: 450px) {
+@media screen and (max-width: 600px) {
   textarea, .submit-comment button {
     font-size: 14px !important;
   }
+
+  textarea {
+    padding: 5px !important;
+  }
 }
 
 .modal-body {
@@ -56,4 +60,4 @@ form {
     float: left;
     margin-bottom: 20px;
   }
-}
\ No newline at end of file
+}