X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2Fvideos%2F%2Bvideo-watch%2Fcomment%2Fvideo-comments.component.scss;h=5ed1ac6295a9ca051267e659d1704945ea1fd1b9;hb=3bf07dd8c27aa6ef40111c6f055e8975b3f514f4;hp=627171ef12e123eaba378ba59a0499a60a94d592;hpb=5b107cd341936f30ec1246ed2fb20b3aed04703d;p=github%2FChocobozzz%2FPeerTube.git 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 627171ef1..5ed1ac629 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 @@ -9,17 +9,45 @@ font-weight: $font-semibold; font-size: 15px; cursor: pointer; - margin-left: 56px; - margin-bottom: 10px; } .glyphicon, .comment-thread-loading { - margin-left: 5px; + margin-right: 5px; display: inline-block; font-size: 13px; } -.comment-html { - word-wrap: normal; - word-break: normal; - text-align: justify; + +.title-block { + .title-page { + margin-right: 0; + } + + my-feed { + display: inline-block; + margin-left: 5px; + opacity: 0; + transition: ease-in .2s opacity; + } + &:hover my-feed { + opacity: 1; + } +} + +#dropdownSortComments { + font-weight: 600; + text-transform: uppercase; + border: none; + transform: translateY(-7%); +} + +@media screen and (max-width: 600px) { + .view-replies { + margin-left: 46px; + } +} + +@media screen and (max-width: 450px) { + .view-replies { + font-size: 14px; + } }