aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+videos/+video-watch/shared/comment/video-comments.component.scss
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/+videos/+video-watch/shared/comment/video-comments.component.scss')
-rw-r--r--client/src/app/+videos/+video-watch/shared/comment/video-comments.component.scss11
1 files changed, 5 insertions, 6 deletions
diff --git a/client/src/app/+videos/+video-watch/shared/comment/video-comments.component.scss b/client/src/app/+videos/+video-watch/shared/comment/video-comments.component.scss
index 638147dfe..5001ad168 100644
--- a/client/src/app/+videos/+video-watch/shared/comment/video-comments.component.scss
+++ b/client/src/app/+videos/+video-watch/shared/comment/video-comments.component.scss
@@ -8,6 +8,11 @@
8.view-replies { 8.view-replies {
9 font-weight: $font-semibold; 9 font-weight: $font-semibold;
10 cursor: pointer; 10 cursor: pointer;
11 position: relative;
12
13 .chevron-down {
14 @include margin-left(0);
15 }
11} 16}
12 17
13.title-block { 18.title-block {
@@ -37,12 +42,6 @@
37 border: 0; 42 border: 0;
38} 43}
39 44
40@media screen and (max-width: 600px) {
41 .view-replies {
42 @include margin-left(46px);
43 }
44}
45
46@media screen and (max-width: 450px) { 45@media screen and (max-width: 450px) {
47 .view-replies { 46 .view-replies {
48 font-size: 14px; 47 font-size: 14px;