]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/shared/video-playlist/video-add-to-playlist.component.scss
Merge branch 'release/2.1.0' into develop
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / video-playlist / video-add-to-playlist.component.scss
index 0424e2ee9814edcf88b3627e07963d4910be518a..f1b6cd6011ff243575e456db9adf64b912143ce5 100644 (file)
@@ -1,15 +1,14 @@
 @import '_variables';
 @import '_mixins';
 
-.root {
-  max-height: 300px;
-  overflow-y: auto;
+.header,
+.dropdown-item,
+.input-container {
+  padding: 6px 24px 10px 24px;
 }
 
 .header {
   min-width: 240px;
-  padding: 6px 24px 10px 24px;
-
   margin-bottom: 10px;
   border-bottom: 1px solid $separator-border-color;
 
@@ -40,6 +39,7 @@
 
   .options-row {
     margin-top: 10px;
+    padding-left: 10px;
 
     > div {
       display: flex;
@@ -48,8 +48,9 @@
   }
 }
 
-.dropdown-item {
-  padding: 6px 24px;
+.playlists {
+  max-height: 180px;
+  overflow-y: auto;
 }
 
 .playlist {
@@ -75,7 +76,6 @@
 .new-playlist-button,
 .new-playlist-block {
   padding-top: 10px;
-  margin-top: 10px;
   border-top: 1px solid $separator-border-color;
 }