diff options
-rw-r--r-- | client/src/app/+my-account/my-account-videos/my-account-videos.component.scss | 22 |
1 files changed, 22 insertions, 0 deletions
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 @@ | |||
24 | } | 24 | } |
25 | } | 25 | } |
26 | 26 | ||
27 | ::ng-deep { | ||
28 | .action-button span { | ||
29 | white-space: nowrap; | ||
30 | } | ||
31 | |||
32 | .video-miniature { | ||
33 | &.display-as-row { | ||
34 | // width: min-content !important; | ||
35 | width: 100% !important; | ||
36 | |||
37 | .video-bottom .video-miniature-information { | ||
38 | width: max-content !important; | ||
39 | min-width: unset !important; | ||
40 | } | ||
41 | } | ||
42 | |||
43 | .video-bottom { | ||
44 | max-width: 350px; | ||
45 | } | ||
46 | } | ||
47 | } | ||
48 | |||
27 | my-delete-button, | 49 | my-delete-button, |
28 | my-edit-button { | 50 | my-edit-button { |
29 | margin-right: 10px; | 51 | margin-right: 10px; |