]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/videos/+video-watch/comment/video-comment-add.component.scss
Fix video description CSS
[github/Chocobozzz/PeerTube.git] / client / src / app / videos / +video-watch / comment / video-comment-add.component.scss
index 9661062e8f3e3cb1007efff70e60b507835f1587..e586880fce11b30debc39d56b74f1a4d9aa603c0 100644 (file)
@@ -1,12 +1,29 @@
 @import '_variables';
 @import '_mixins';
 
-.form-group {
-  margin-bottom: 10px;
+form {
+  margin-bottom: 30px;
 }
 
-textarea {
-  @include peertube-textarea(100%, 150px);
+.avatar-and-textarea {
+  display: flex;
+  margin-bottom: 10px;
+
+  img {
+    @include avatar(36px);
+
+    vertical-align: top;
+    margin-right: 20px;
+  }
+
+  .form-group {
+    flex-grow: 1;
+    margin: 0;
+
+    textarea {
+      @include peertube-textarea(100%, 60px);
+    }
+  }
 }
 
 .submit-comment {