]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/+admin/overview/videos/video-list.component.scss
Add ability to delete a specific video file
[github/Chocobozzz/PeerTube.git] / client / src / app / +admin / overview / videos / video-list.component.scss
index 5ec9d48507c679e980c98298e7dd0bdb3959ec59..d538ca30a3341c604bc8945f20999dd8711c0c09 100644 (file)
@@ -1,21 +1,35 @@
 @use '_variables' as *;
 @use '_mixins' as *;
+
 my-embed {
   display: block;
   max-width: 500px;
   width: 50%;
 }
 
-.badge {
-  @include table-badge;
-
-  margin-right: 5px;
+.pt-badge {
+  @include margin-right(5px);
 }
 
 .video-info > div {
   display: flex;
+
+  my-global-icon {
+    width: 16px;
+    margin-left: 3px;
+    position: relative;
+    top: -2px;
+  }
 }
 
 .loading {
   opacity: 0.5;
 }
+
+.right-form {
+  display: flex;
+
+  > *:not(:last-child) {
+    @include margin-right(10px);
+  }
+}