Improve miniature & buttons display in my-account-videos list

pull/2386/head
Rigel Kent 2020-01-07 13:19:42 +01:00
parent 13adf228d0
commit 31174a272a
No known key found for this signature in database
GPG Key ID: 5E53E96A494E452F
1 changed files with 22 additions and 0 deletions

View File

@ -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;