]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/+my-account/my-account-videos/my-account-videos.component.scss
Add manage buttons for own channels and account, video counts (#2421)
[github/Chocobozzz/PeerTube.git] / client / src / app / +my-account / my-account-videos / my-account-videos.component.scss
index 44545b3e19a1fcd8486b491541956bdec248bfad..f798c50b5fc4136c7bfc76a29839bbbd68b9538b 100644 (file)
   }
 }
 
+::ng-deep {
+  .action-button span {
+    white-space: nowrap;
+  }
+
+  .video-miniature {
+    &.display-as-row {
+      // width: min-content !important;
+      width: 100% !important;
+
+      .video-bottom .video-miniature-information {
+        width: max-content !important;
+        min-width: unset !important;
+      }
+    }
+
+    .video-bottom {
+      max-width: 350px;
+    }
+  }
+}
+
 my-delete-button,
 my-edit-button {
   margin-right: 10px;