]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/shared/shared-video-miniature/video-download.component.scss
Refactor actor avatar display
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / shared-video-miniature / video-download.component.scss
index b09078bea1b332ee16ca2c196b79487984e74820..7f6e03c87f1f13be9398ecb03641315e9af6a9b5 100644 (file)
@@ -1,8 +1,30 @@
 @import 'variables';
 @import 'mixins';
 
+.nav-content {
+  margin-top: 30px;
+}
+
+.advanced-filters-button {
+  display: flex;
+  justify-content: center;
+  align-items: center;
+  margin-top: 20px;
+  font-size: 16px;
+  font-weight: 600;
+  cursor: pointer;
+
+  .nav-tabs {
+    margin-top: 10x;
+  }
+
+  .glyphicon {
+    margin-right: 5px;
+  }
+}
+
 .peertube-select-container {
-  @include peertube-select-container(100px);
+  @include peertube-select-container(85px);
 
   border-top-right-radius: 0;
   border-bottom-right-radius: 0;
 
   select {
     height: inherit;
+    border-top-left-radius: .2rem;
+    border-bottom-left-radius: .2rem;
   }
 }
 
-#dropdownDownloadType {
+#dropdown-download-type {
   cursor: pointer;
 }
 
 .download-type {
-  margin-top: 30px;
+  margin-top: 20px;
 
   .peertube-radio-container {
     @include peertube-radio-container;
   }
 }
 
+.nav-metadata {
+  margin-top: 20px;
+}
+
 .file-metadata {
   padding: 1rem;
 }