From 31174a272a65c83c8d3e10e9d5d59786bd05682a Mon Sep 17 00:00:00 2001 From: Rigel Kent Date: Tue, 7 Jan 2020 13:19:42 +0100 Subject: Improve miniature & buttons display in my-account-videos list --- .../my-account-videos.component.scss | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/client/src/app/+my-account/my-account-videos/my-account-videos.component.scss b/client/src/app/+my-account/my-account-videos/my-account-videos.component.scss index 44545b3e1..f798c50b5 100644 --- a/client/src/app/+my-account/my-account-videos/my-account-videos.component.scss +++ b/client/src/app/+my-account/my-account-videos/my-account-videos.component.scss @@ -24,6 +24,28 @@ } } +::ng-deep { + .action-button span { + white-space: nowrap; + } + + .video-miniature { + &.display-as-row { + // width: min-content !important; + width: 100% !important; + + .video-bottom .video-miniature-information { + width: max-content !important; + min-width: unset !important; + } + } + + .video-bottom { + max-width: 350px; + } + } +} + my-delete-button, my-edit-button { margin-right: 10px; -- cgit v1.2.3