From 52ebda26f6f3e312abfb16ac607c1d3310b7b667 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 25 Oct 2022 16:00:34 +0200 Subject: Fix playlist overflow in account channels page --- .../account-video-channels.component.html | 22 ++++++++++++---------- .../account-video-channels.component.scss | 7 +++++-- 2 files changed, 17 insertions(+), 12 deletions(-) diff --git a/client/src/app/+accounts/account-video-channels/account-video-channels.component.html b/client/src/app/+accounts/account-video-channels/account-video-channels.component.html index 200d9415f..38293b070 100644 --- a/client/src/app/+accounts/account-video-channels/account-video-channels.component.html +++ b/client/src/app/+accounts/account-video-channels/account-video-channels.component.html @@ -37,16 +37,18 @@ Show this channel -
-
This channel doesn't have any videos.
- - - -
- SHOW THIS CHANNEL > +
+
+
This channel doesn't have any videos.
+ + + +
diff --git a/client/src/app/+accounts/account-video-channels/account-video-channels.component.scss b/client/src/app/+accounts/account-video-channels/account-video-channels.component.scss index 7870fd039..11ed4c3b1 100644 --- a/client/src/app/+accounts/account-video-channels/account-video-channels.component.scss +++ b/client/src/app/+accounts/account-video-channels/account-video-channels.component.scss @@ -77,10 +77,8 @@ my-subscribe-button { display: flex; grid-column: 1 / 3; grid-row: 2; - margin-top: 30px; position: relative; - overflow: hidden; my-video-miniature { @include margin-right(15px); @@ -94,6 +92,11 @@ my-subscribe-button { } } +.videos-overflow-workaround { + margin-top: 30px; + overflow-x: hidden; +} + .miniature-show-channel { height: 100%; position: absolute; -- cgit v1.2.3