Fix video action dropdown placement

This commit is contained in:
Chocobozzz 2025-01-16 10:38:29 +01:00
parent e85e7c92c6
commit d5c4cc2b44
No known key found for this signature in database
GPG Key ID: 583A612D890159BE

View File

@ -12,6 +12,7 @@ $more-button-width: 40px;
.video-name-container { .video-name-container {
display: flex; display: flex;
align-items: center;
min-width: 1px; min-width: 1px;
} }
@ -68,7 +69,6 @@ my-actor-host {
.video-actions { .video-actions {
width: $more-button-width; width: $more-button-width;
height: 30px;
::ng-deep .dropdown-root:not(.show) { ::ng-deep .dropdown-root:not(.show) {
opacity: 0; opacity: 0;
@ -78,12 +78,8 @@ my-actor-host {
opacity: 1; opacity: 1;
} }
::ng-deep .more-icon { ::ng-deep .dropdown-root > .dropdown-toggle {
opacity: .6; --input-y-padding: 0;
&:hover {
opacity: 1;
}
} }
} }
@ -145,10 +141,6 @@ my-actor-host {
margin-top: 3px; margin-top: 3px;
} }
.video-actions {
margin-top: 3px;
}
@media screen and (max-width: $small-view) { @media screen and (max-width: $small-view) {
width: 100%; width: 100%;
margin-bottom: 25px; margin-bottom: 25px;