]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/shared/video-playlist/video-add-to-playlist.component.scss
Changelog typos
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / video-playlist / video-add-to-playlist.component.scss
index 090b530cf101e2076fb261c69cfc904fbb316be5..f1b6cd6011ff243575e456db9adf64b912143ce5 100644 (file)
@@ -1,10 +1,14 @@
 @import '_variables';
 @import '_mixins';
 
-.header {
-  min-width: 240px;
+.header,
+.dropdown-item,
+.input-container {
   padding: 6px 24px 10px 24px;
+}
 
+.header {
+  min-width: 240px;
   margin-bottom: 10px;
   border-bottom: 1px solid $separator-border-color;
 
   }
 }
 
-.dropdown-item {
-  padding: 6px 24px;
-}
-
 .playlists {
   max-height: 180px;
   overflow-y: auto;
@@ -76,7 +76,6 @@
 .new-playlist-button,
 .new-playlist-block {
   padding-top: 10px;
-  margin-top: 10px;
   border-top: 1px solid $separator-border-color;
 }