]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/shared/shared-video-miniature/videos-selection.component.scss
Add ability to filter menu links
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / shared-video-miniature / videos-selection.component.scss
index d3cbabf238a2a9391515f1ac59008916cc413f00..a2939d5210ea48e9a708fad8c3949152f2e8094f 100644 (file)
@@ -5,25 +5,24 @@
   display: flex;
   justify-content: flex-end;
   flex-grow: 1;
+}
 
-  .action-selection-mode-child {
-    position: fixed;
-
-    .action-button {
-      display: inline-block;
-    }
-
-    .action-button-cancel-selection {
-      @include peertube-button;
-      @include grey-button;
+.action-selection-mode-child {
+  position: fixed;
 
-      margin-right: 10px;
-    }
+  .action-button {
+    display: block;
+    margin-left: 55px;
   }
 }
 
+.action-button-cancel-selection {
+  @include peertube-button;
+  @include grey-button;
+}
+
 .video {
-  @include row-blocks;
+  @include row-blocks($column-responsive: false);
 
   &:first-child {
     margin-top: 47px;
   }
 }
 
-@media screen and (max-width: $small-view) {
+
+@include on-small-main-col {
   .video {
-    flex-direction: column;
-    height: auto;
+    flex-wrap: wrap;
+  }
+}
 
-    .checkbox-container {
-      display: none;
-    }
+@include on-mobile-main-col {
+  .checkbox-container {
+    display: none;
+  }
 
-    my-button {
-      margin-top: 10px;
-    }
+  .action-selection-mode {
+    display: none; // disable for small screens
   }
 }