X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2Fvideos%2F%2Bvideo-watch%2Fcomment%2Fvideo-comment.component.scss;h=84da5727e6d534c8949efca2b1b9b4dcd2505774;hb=93ea9c47d989e28405cf1039f89be71e592e36a5;hp=285db061fbe53cb74a203e35e4944087a703d9f1;hpb=9a0fc8409c7a783348ec212fa9f38d0a98413467;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/app/videos/+video-watch/comment/video-comment.component.scss b/client/src/app/videos/+video-watch/comment/video-comment.component.scss index 285db061f..84da5727e 100644 --- a/client/src/app/videos/+video-watch/comment/video-comment.component.scss +++ b/client/src/app/videos/+video-watch/comment/video-comment.component.scss @@ -35,6 +35,7 @@ .comment-account { @include disable-default-a-behaviour; + word-break: break-all; color: var(--mainForegroundColor); font-weight: $font-bold; } @@ -54,7 +55,7 @@ &:not(.linkified-url) { @include disable-default-a-behaviour; - color: #000; + color: var(--mainForegroundColor); font-weight: $font-semibold; } @@ -73,7 +74,7 @@ margin-right: 10px; &:hover { - color: #000; + color: var(--mainForegroundColor); } } } @@ -102,3 +103,9 @@ img { margin-right: 10px; } } } + +@media screen and (max-width: 450px) { + .root-comment { + font-size: 14px; + } +} \ No newline at end of file