From d681188b7315754035c0ac546090e6900d98c6de Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 20 Feb 2023 11:48:36 +0100 Subject: Fix my library responsive --- .../+my-library/+my-video-channels/my-video-channels.component.html | 4 ++-- client/src/app/+my-library/my-follows/my-followers.component.html | 2 +- client/src/app/+my-library/my-follows/my-subscriptions.component.html | 2 +- .../+my-library/my-video-playlists/my-video-playlists.component.html | 2 +- client/src/app/+my-library/my-videos/my-videos.component.html | 4 ++-- 5 files changed, 7 insertions(+), 7 deletions(-) (limited to 'client/src') diff --git a/client/src/app/+my-library/+my-video-channels/my-video-channels.component.html b/client/src/app/+my-library/+my-video-channels/my-video-channels.component.html index a48731e7c..d97c35eff 100644 --- a/client/src/app/+my-library/+my-video-channels/my-video-channels.component.html +++ b/client/src/app/+my-library/+my-video-channels/my-video-channels.component.html @@ -1,5 +1,5 @@

- + My channels {{ totalItems }} @@ -15,7 +15,7 @@ -
+
diff --git a/client/src/app/+my-library/my-follows/my-followers.component.html b/client/src/app/+my-library/my-follows/my-followers.component.html index e9b0f6355..743187edb 100644 --- a/client/src/app/+my-library/my-follows/my-followers.component.html +++ b/client/src/app/+my-library/my-follows/my-followers.component.html @@ -1,5 +1,5 @@

- + My followers {{ pagination.totalItems }} diff --git a/client/src/app/+my-library/my-follows/my-subscriptions.component.html b/client/src/app/+my-library/my-follows/my-subscriptions.component.html index d5f164bf2..f928d8cab 100644 --- a/client/src/app/+my-library/my-follows/my-subscriptions.component.html +++ b/client/src/app/+my-library/my-follows/my-subscriptions.component.html @@ -1,5 +1,5 @@

- + My subscriptions {{ pagination.totalItems }} diff --git a/client/src/app/+my-library/my-video-playlists/my-video-playlists.component.html b/client/src/app/+my-library/my-video-playlists/my-video-playlists.component.html index 0091f70be..3bab20a22 100644 --- a/client/src/app/+my-library/my-video-playlists/my-video-playlists.component.html +++ b/client/src/app/+my-library/my-video-playlists/my-video-playlists.component.html @@ -6,7 +6,7 @@ -

-
+
-- cgit v1.2.3