Fix video action dropdown placement
This commit is contained in:
parent
e85e7c92c6
commit
d5c4cc2b44
1 changed files with 3 additions and 11 deletions
|
@ -12,6 +12,7 @@ $more-button-width: 40px;
|
|||
|
||||
.video-name-container {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
min-width: 1px;
|
||||
}
|
||||
|
||||
|
@ -68,7 +69,6 @@ my-actor-host {
|
|||
|
||||
.video-actions {
|
||||
width: $more-button-width;
|
||||
height: 30px;
|
||||
|
||||
::ng-deep .dropdown-root:not(.show) {
|
||||
opacity: 0;
|
||||
|
@ -78,12 +78,8 @@ my-actor-host {
|
|||
opacity: 1;
|
||||
}
|
||||
|
||||
::ng-deep .more-icon {
|
||||
opacity: .6;
|
||||
|
||||
&:hover {
|
||||
opacity: 1;
|
||||
}
|
||||
::ng-deep .dropdown-root > .dropdown-toggle {
|
||||
--input-y-padding: 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -145,10 +141,6 @@ my-actor-host {
|
|||
margin-top: 3px;
|
||||
}
|
||||
|
||||
.video-actions {
|
||||
margin-top: 3px;
|
||||
}
|
||||
|
||||
@media screen and (max-width: $small-view) {
|
||||
width: 100%;
|
||||
margin-bottom: 25px;
|
||||
|
|
Loading…
Add table
Reference in a new issue