]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/+videos/+video-watch/video-watch.component.scss
Add support for saving video files to object storage (#4290)
[github/Chocobozzz/PeerTube.git] / client / src / app / +videos / +video-watch / video-watch.component.scss
index ee74cb0b0fb419428e7832ad5875c197e5d0ed0b..abad686ff6ff125b9abe36c763664ce3a7b5bfe1 100644 (file)
@@ -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 {