]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/+accounts/account-video-channels/account-video-channels.component.scss
Add action dropdown descriptions
[github/Chocobozzz/PeerTube.git] / client / src / app / +accounts / account-video-channels / account-video-channels.component.scss
index f2604684e3b4cff986e5d16dfc9e848c2f27ee0e..a258c7b869b7b64c5aa8733459cfd541963047d9 100644 (file)
   @include miniature-rows;
 
   padding-top: 0 !important;
+
+  .section-title {
+    align-items: center;
+  }
+
+  .videos {
+    overflow: hidden;
+
+    .no-results {
+      height: 50px;
+    }
+  }
+
+  my-video-miniature ::ng-deep my-video-actions-dropdown > my-action-dropdown {
+    // Fix our overflow
+    position: absolute;
+  }
 }
+
+