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=ee74cb0b0fb419428e7832ad5875c197e5d0ed0b;hpb=d4f0b2ecec221b6cdd75b5d87ba800c6301a15df;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 ee74cb0b0..abad686ff 100644 --- a/client/src/app/+videos/+video-watch/video-watch.component.scss +++ b/client/src/app/+videos/+video-watch/video-watch.component.scss @@ -30,11 +30,6 @@ $video-height: 66vh; height: 100%; } -.alert { - text-align: center; - border-radius: 0; -} - .flex-direction-column { flex-direction: column; } @@ -204,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 { @@ -265,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 {