aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/videos/+video-watch/comment/video-comment-add.component.scss
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/videos/+video-watch/comment/video-comment-add.component.scss')
-rw-r--r--client/src/app/videos/+video-watch/comment/video-comment-add.component.scss12
1 files changed, 8 insertions, 4 deletions
diff --git a/client/src/app/videos/+video-watch/comment/video-comment-add.component.scss b/client/src/app/videos/+video-watch/comment/video-comment-add.component.scss
index e998cba5e..5087f71b6 100644
--- a/client/src/app/videos/+video-watch/comment/video-comment-add.component.scss
+++ b/client/src/app/videos/+video-watch/comment/video-comment-add.component.scss
@@ -10,10 +10,10 @@ form {
10 margin-bottom: 10px; 10 margin-bottom: 10px;
11 11
12 img { 12 img {
13 @include avatar(36px); 13 @include avatar(25px);
14 14
15 vertical-align: top; 15 vertical-align: top;
16 margin-right: 20px; 16 margin-right: 10px;
17 } 17 }
18 18
19 .form-group { 19 .form-group {
@@ -40,10 +40,14 @@ form {
40 } 40 }
41} 41}
42 42
43@media screen and (max-width: 450px) { 43@media screen and (max-width: 600px) {
44 textarea, .submit-comment button { 44 textarea, .submit-comment button {
45 font-size: 14px !important; 45 font-size: 14px !important;
46 } 46 }
47
48 textarea {
49 padding: 5px !important;
50 }
47} 51}
48 52
49.modal-body { 53.modal-body {
@@ -56,4 +60,4 @@ form {
56 float: left; 60 float: left;
57 margin-bottom: 20px; 61 margin-bottom: 20px;
58 } 62 }
59} \ No newline at end of file 63}