X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2F%2Bvideos%2F%2Bvideo-watch%2Fvideo-watch.component.scss;h=abad686ff6ff125b9abe36c763664ce3a7b5bfe1;hb=0305db28c98fd6cf43a3c50ba92c76215e99d512;hp=2fc847716274b1ea6facf4164443bfe03e36913b;hpb=2453589a286e1f65843af582512387b2fa17b502;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/app/+videos/+video-watch/video-watch.component.scss b/client/src/app/+videos/+video-watch/video-watch.component.scss index 2fc847716..abad686ff 100644 --- a/client/src/app/+videos/+video-watch/video-watch.component.scss +++ b/client/src/app/+videos/+video-watch/video-watch.component.scss @@ -199,40 +199,11 @@ my-subscribe-button { @include margin-left(5px); } -.video-attributes { +my-video-attributes { @include margin-left($video-watch-info-margin-left); - .video-attribute { - font-size: 13px; - display: block; - margin-bottom: 12px; - } -} - -.video-attribute-label { - @include padding-right(5px); - - min-width: 142px; - display: inline-block; - color: pvar(--greyForegroundColor); - font-weight: $font-bold; -} - -a.video-attribute-value { - @include disable-default-a-behaviour; - color: pvar(--mainForegroundColor); - - &:hover { - opacity: 0.9; - } -} - -.video-attribute-tags { - .video-attribute-value:not(:nth-child(2)) { - &::before { - content: ', '; - } - } + display: block; + margin-bottom: 15px; } my-action-buttons { @@ -260,12 +231,6 @@ my-video-comments { margin-bottom: 20px; } -@media screen and (max-width: 1600px) { - .video-attributes .video-attribute { - margin-bottom: 5px; - } -} - // Use the same breakpoint than in the typescript component to display the other video miniatures as row @media screen and (max-width: 1100px) { #video-wrapper {