aboutsummaryrefslogtreecommitdiffhomepage
path: root/client
diff options
context:
space:
mode:
authorRigel Kent <sendmemail@rigelk.eu>2020-01-07 13:19:42 +0100
committerRigel Kent <sendmemail@rigelk.eu>2020-01-07 13:19:42 +0100
commit31174a272a65c83c8d3e10e9d5d59786bd05682a (patch)
tree157bfffb2fed440e2f70c60fe0daec66f87e9238 /client
parent13adf228d0cc48995cf70c0a782a1d717873f6e0 (diff)
downloadPeerTube-31174a272a65c83c8d3e10e9d5d59786bd05682a.tar.gz
PeerTube-31174a272a65c83c8d3e10e9d5d59786bd05682a.tar.zst
PeerTube-31174a272a65c83c8d3e10e9d5d59786bd05682a.zip
Improve miniature & buttons display in my-account-videos list
Diffstat (limited to 'client')
-rw-r--r--client/src/app/+my-account/my-account-videos/my-account-videos.component.scss22
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
27my-delete-button, 49my-delete-button,
28my-edit-button { 50my-edit-button {
29 margin-right: 10px; 51 margin-right: 10px;