X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2F%2Bmy-account%2Fmy-account-video-playlists%2Fmy-account-video-playlists.component.scss;h=ade28c70bfd658b075e3af651ca7d78334cf0e0c;hb=b12ce2b8511039968faabe5a9eeee60ab36521eb;hp=aed3302ba45b37d1489cfac0776f7dd726b0108d;hpb=c2777c1dfe688c8fab1ef2fed50e360100fa9198;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/app/+my-account/my-account-video-playlists/my-account-video-playlists.component.scss b/client/src/app/+my-account/my-account-video-playlists/my-account-video-playlists.component.scss index aed3302ba..ade28c70b 100644 --- a/client/src/app/+my-account/my-account-video-playlists/my-account-video-playlists.component.scss +++ b/client/src/app/+my-account/my-account-video-playlists/my-account-video-playlists.component.scss @@ -5,6 +5,10 @@ @include create-button; } +input[type=text] { + @include peertube-input-text(300px); +} + ::ng-deep .action-button { &.action-button-delete { margin-right: 10px; @@ -33,16 +37,6 @@ } } -.video-playlists-header { - display: flex; - justify-content: space-between; - margin: 20px 0 50px; - - input[type=text] { - @include peertube-input-text(300px); - } -} - @media screen and (max-width: $small-view) { .video-playlists-header { text-align: center; @@ -67,3 +61,22 @@ } } } + +@media only screen and (min-width: $mobile-view) and (max-width: $small-view) { + .video-playlists-header { + input[type=text] { + width: 42% !important; + } + } +} + +@media screen and (max-width: $mobile-view) { + .video-playlists-header { + flex-direction: column; + + input[type=text] { + width: 100% !important; + margin-bottom: 12px; + } + } +}