aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+my-account/my-account-video-playlists/my-account-video-playlists.component.scss
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/+my-account/my-account-video-playlists/my-account-video-playlists.component.scss')
-rw-r--r--client/src/app/+my-account/my-account-video-playlists/my-account-video-playlists.component.scss12
1 files changed, 4 insertions, 8 deletions
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 ade28c70b..2b7c88246 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
@@ -37,6 +37,10 @@ input[type=text] {
37 } 37 }
38} 38}
39 39
40.video-playlists-header {
41 margin-bottom: 30px;
42}
43
40@media screen and (max-width: $small-view) { 44@media screen and (max-width: $small-view) {
41 .video-playlists-header { 45 .video-playlists-header {
42 text-align: center; 46 text-align: center;
@@ -62,14 +66,6 @@ input[type=text] {
62 } 66 }
63} 67}
64 68
65@media only screen and (min-width: $mobile-view) and (max-width: $small-view) {
66 .video-playlists-header {
67 input[type=text] {
68 width: 42% !important;
69 }
70 }
71}
72
73@media screen and (max-width: $mobile-view) { 69@media screen and (max-width: $mobile-view) {
74 .video-playlists-header { 70 .video-playlists-header {
75 flex-direction: column; 71 flex-direction: column;