diff options
Diffstat (limited to 'client/src/app/shared')
-rw-r--r-- | client/src/app/shared/video-playlist/video-playlist-element-miniature.component.scss | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/client/src/app/shared/video-playlist/video-playlist-element-miniature.component.scss b/client/src/app/shared/video-playlist/video-playlist-element-miniature.component.scss index 4fba2344b..4680732be 100644 --- a/client/src/app/shared/video-playlist/video-playlist-element-miniature.component.scss +++ b/client/src/app/shared/video-playlist/video-playlist-element-miniature.component.scss | |||
@@ -36,6 +36,12 @@ my-video-thumbnail, | |||
36 | } | 36 | } |
37 | } | 37 | } |
38 | 38 | ||
39 | @media not all and (hover: hover) and (pointer: fine) { | ||
40 | .more { | ||
41 | opacity: 1 !important; | ||
42 | } | ||
43 | } | ||
44 | |||
39 | &.playing { | 45 | &.playing { |
40 | background-color: rgba(0, 0, 0, 0.02); | 46 | background-color: rgba(0, 0, 0, 0.02); |
41 | } | 47 | } |