aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/videos/+video-watch/comment/video-comments.component.scss
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2018-09-20 14:49:12 +0200
committerChocobozzz <me@florianbigard.com>2018-09-20 14:59:19 +0200
commit93ea9c47d989e28405cf1039f89be71e592e36a5 (patch)
tree76db0d70705d83b3a7feb109985ade3873449ffc /client/src/app/videos/+video-watch/comment/video-comments.component.scss
parent89724816ae79e0c4f9fba6f47267711f505ec7af (diff)
downloadPeerTube-93ea9c47d989e28405cf1039f89be71e592e36a5.tar.gz
PeerTube-93ea9c47d989e28405cf1039f89be71e592e36a5.tar.zst
PeerTube-93ea9c47d989e28405cf1039f89be71e592e36a5.zip
Improve responsive on small screens
Diffstat (limited to 'client/src/app/videos/+video-watch/comment/video-comments.component.scss')
-rw-r--r--client/src/app/videos/+video-watch/comment/video-comments.component.scss8
1 files changed, 7 insertions, 1 deletions
diff --git a/client/src/app/videos/+video-watch/comment/video-comments.component.scss b/client/src/app/videos/+video-watch/comment/video-comments.component.scss
index d5af929d7..04518e079 100644
--- a/client/src/app/videos/+video-watch/comment/video-comments.component.scss
+++ b/client/src/app/videos/+video-watch/comment/video-comments.component.scss
@@ -31,4 +31,10 @@ my-help {
31 .view-replies { 31 .view-replies {
32 margin-left: 46px; 32 margin-left: 46px;
33 } 33 }
34} \ No newline at end of file 34}
35
36@media screen and (max-width: 450px) {
37 .view-replies {
38 font-size: 14px;
39 }
40}