aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/videos/+video-watch/comment/video-comments.component.scss
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2018-04-18 15:00:42 +0200
committerChocobozzz <me@florianbigard.com>2018-04-18 15:00:42 +0200
commitc9ffd53217e69395c303ba36532a6eef39645e4e (patch)
tree5cd641bce21bd0e225efdf474ed78741e4b370b0 /client/src/app/videos/+video-watch/comment/video-comments.component.scss
parent80109b2ddb14ec4a54cede7885611cb9244da3cb (diff)
downloadPeerTube-c9ffd53217e69395c303ba36532a6eef39645e4e.tar.gz
PeerTube-c9ffd53217e69395c303ba36532a6eef39645e4e.tar.zst
PeerTube-c9ffd53217e69395c303ba36532a6eef39645e4e.zip
Better responsive design on many comment children
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.scss10
1 files changed, 5 insertions, 5 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 7aadc2866..0b8aa1854 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
@@ -19,8 +19,8 @@
19 font-size: 13px; 19 font-size: 13px;
20} 20}
21 21
22.comment-html { 22@media screen and (max-width: 600px) {
23 word-wrap: normal; 23 .view-replies {
24 word-break: normal; 24 margin-left: 46px;
25 text-align: justify; 25 }
26} 26} \ No newline at end of file