X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2Fshared%2Fvideo%2Fvideo-miniature.component.scss;h=b63fd2989efcad94cdf57756c8ae6aaecac64e19;hb=9b82d49da868536701d80ef1071df0e7cd301b7a;hp=4789c2454c6f7743e47ac60cfb8ee0c9af0a19a7;hpb=c8277d71391cca2a32ab0258956df1663fe6d301;p=oweals%2Fpeertube.git diff --git a/client/src/app/shared/video/video-miniature.component.scss b/client/src/app/shared/video/video-miniature.component.scss index 4789c2454..b63fd2989 100644 --- a/client/src/app/shared/video/video-miniature.component.scss +++ b/client/src/app/shared/video/video-miniature.component.scss @@ -3,7 +3,7 @@ @import '_miniature'; $more-button-width: 41px; -$more-margin-right: 10px; +$more-margin-right: 15px; .video-miniature { width: $video-miniature-width; @@ -74,10 +74,14 @@ $more-margin-right: 10px; ::ng-deep .playlist-dropdown.show + my-action-dropdown .dropdown-root { opacity: 1; } - } - &:hover .video-actions ::ng-deep .dropdown-root { - opacity: 1; + ::ng-deep .more-icon { + opacity: .6; + + &:hover { + opacity: 1; + } + } } @media screen and (max-width: $small-view) { @@ -96,11 +100,17 @@ $more-margin-right: 10px; } } + &:hover ::ng-deep .video-thumbnail .video-thumbnail-actions-overlay, + &:hover .video-bottom .video-actions ::ng-deep .dropdown-root { + opacity: 1; + } + &.display-as-row { flex-direction: row; margin-bottom: 0; height: auto; - width: 100%; + display: flex; + flex-grow: 1; my-video-thumbnail { margin-right: 10px;