]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/shared/shared-video-miniature/videos-selection.component.scss
Fix scroll check in infinite scroller directive
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / shared-video-miniature / videos-selection.component.scss
index d3cbabf238a2a9391515f1ac59008916cc413f00..c33e1188958bee977dc1046c7a776de8a68ef96f 100644 (file)
     position: fixed;
 
     .action-button {
-      display: inline-block;
+      display: block;
+      margin-left: 55px;
     }
 
     .action-button-cancel-selection {
       @include peertube-button;
       @include grey-button;
-
-      margin-right: 10px;
     }
   }
 }
@@ -54,4 +53,8 @@
       margin-top: 10px;
     }
   }
+
+  .action-selection-mode {
+    display: none; // disable for small screens
+  }
 }