X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2Fshared%2Fvideo-playlist%2Fvideo-add-to-playlist.component.scss;h=5f9bb51a7624e68e7153ee58a475f3554a1f46db;hb=c06af5012ecc925ca924e6e20db3a1d909b1148e;hp=68dcda1ebf00003de0628b9e9e5d6dcf9a0dda66;hpb=f0a3988066f72a28bb44520af072f18d91d77dde;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/app/shared/video-playlist/video-add-to-playlist.component.scss b/client/src/app/shared/video-playlist/video-add-to-playlist.component.scss index 68dcda1eb..5f9bb51a7 100644 --- a/client/src/app/shared/video-playlist/video-add-to-playlist.component.scss +++ b/client/src/app/shared/video-playlist/video-add-to-playlist.component.scss @@ -18,6 +18,8 @@ } .options { + display: flex; + align-items: center; font-size: 14px; cursor: pointer; @@ -25,13 +27,15 @@ @include apply-svg-color(#333); width: 16px; - height: 16px; + height: 23px; + margin-right: 3px; } } } .options-row { margin-top: 10px; + padding-left: 10px; > div { display: flex; @@ -44,6 +48,20 @@ padding: 6px 24px; } +.playlists { + max-height: 180px; + overflow-y: auto; +} + +.input-container { + display: flex; + + input { + flex-grow: 1; + margin: 0 15px 10px 15px; + } +} + .playlist { display: flex; cursor: pointer; @@ -67,7 +85,6 @@ .new-playlist-button, .new-playlist-block { padding-top: 10px; - margin-top: 10px; border-top: 1px solid $separator-border-color; }