mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Fix video action dropdown placement
This commit is contained in:
parent
e85e7c92c6
commit
d5c4cc2b44
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user