You don't have any subscriptions yet.
diff --git a/client/src/app/+my-account/my-account-subscriptions/my-account-subscriptions.component.scss b/client/src/app/+my-account/my-account-subscriptions/my-account-subscriptions.component.scss
index 884959070..5ead45dd8 100644
--- a/client/src/app/+my-account/my-account-subscriptions/my-account-subscriptions.component.scss
+++ b/client/src/app/+my-account/my-account-subscriptions/my-account-subscriptions.component.scss
@@ -45,11 +45,11 @@ input[type=text] {
}
}
-@media screen and (max-width: $small-view) {
- .video-channels-header {
- text-align: center;
- }
+.video-subscriptions-header {
+ margin-bottom: 30px;
+}
+@media screen and (max-width: $small-view) {
.video-channel {
.video-channel-info {
padding-bottom: 10px;
@@ -68,4 +68,14 @@ input[type=text] {
}
}
+@media screen and (max-width: $mobile-view) {
+ .video-subscriptions-header {
+ flex-direction: column;
+
+ input[type=text] {
+ width: 100% !important;
+ }
+ }
+}
+
diff --git a/client/src/app/+my-account/my-account-video-playlists/my-account-video-playlists.component.html b/client/src/app/+my-account/my-account-video-playlists/my-account-video-playlists.component.html
index 3176bb8da..afcf6a084 100644
--- a/client/src/app/+my-account/my-account-video-playlists/my-account-video-playlists.component.html
+++ b/client/src/app/+my-account/my-account-video-playlists/my-account-video-playlists.component.html
@@ -1,11 +1,14 @@
-
+
My playlists {{ pagination.totalItems }}
+
+
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] {
}
}
+.video-playlists-header {
+ margin-bottom: 30px;
+}
+
@media screen and (max-width: $small-view) {
.video-playlists-header {
text-align: center;
@@ -62,14 +66,6 @@ input[type=text] {
}
}
-@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;
diff --git a/client/src/app/+my-account/my-account-videos/my-account-videos.component.html b/client/src/app/+my-account/my-account-videos/my-account-videos.component.html
index 779b42ab7..f2ed0ac99 100644
--- a/client/src/app/+my-account/my-account-videos/my-account-videos.component.html
+++ b/client/src/app/+my-account/my-account-videos/my-account-videos.component.html
@@ -1,16 +1,19 @@
-
+
My videos
{{ pagination.totalItems }}
+
+