]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/shared/shared-video-playlist/video-playlist-element-miniature.component.scss
Remove avatarUrl from models
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / shared-video-playlist / video-playlist-element-miniature.component.scss
index afd775b2554aaff3793eafac45c9247292240532..572f7d7a88e905aea17f5b5aabdd5dd2cc6b6915 100644 (file)
@@ -22,12 +22,16 @@ my-video-thumbnail,
 }
 
 .video {
-  display: flex;
-  align-items: center;
+  display: grid;
+  grid-template-columns: 1fr auto;
   background-color: pvar(--mainBackgroundColor);
   padding: 10px;
   border-bottom: 1px solid $separator-border-color;
 
+  .more {
+    display: flex;
+  }
+
   &:hover {
     background-color: rgba(0, 0, 0, 0.05);
 
@@ -117,27 +121,37 @@ my-video-thumbnail,
         border: none;
       }
     }
+  }
+}
 
-    .dropdown-item {
-      @include dropdown-with-icon-item;
-    }
+.dropdown-menu {
 
-    .timestamp-options {
-      padding-top: 0;
-      padding-left: 35px;
-      margin-bottom: 15px;
+  .dropdown-item {
+    @include dropdown-with-icon-item;
 
-      > div {
-        display: flex;
-        align-items: center;
-      }
+    cursor: pointer;
+  }
 
-      input {
-        @include peertube-button;
-        @include orange-button;
+  .timestamp-options {
+    padding-top: 0;
+    padding-left: 35px;
+    margin-bottom: 15px;
 
-        margin-top: 10px;
-      }
+    > div {
+      display: flex;
+      align-items: center;
+      margin-bottom: 5px;
+    }
+
+    my-peertube-checkbox {
+      margin-right: 5px;
+    }
+
+    input {
+      @include peertube-button;
+      @include orange-button;
+
+      margin-top: 10px;
     }
   }
 }
@@ -164,6 +178,7 @@ my-video-thumbnail,
       my-edit-button {
         display: inline-flex;
         height: max-content;
+        margin: auto;
       }
     }