Fix displaying more dropdown on touchscreen
authorkimsible <kimsible@users.noreply.github.com>
Tue, 28 Apr 2020 21:24:07 +0000 (23:24 +0200)
committerChocobozzz <chocobozzz@cpy.re>
Mon, 11 May 2020 09:11:06 +0000 (11:11 +0200)
client/src/app/+my-account/my-account-video-playlists/my-account-video-playlist-elements.component.scss
client/src/app/shared/video-playlist/video-playlist-element-miniature.component.scss

index a4ca0f45daba6b9844231008cbce5680a8e07521..d47810566a55fd577165cc73c60d52d634dcb3ce 100644 (file)
     margin-top: -$sub-menu-margin-bottom-small-view;
   }
 }
+
+@media not all and (hover: hover) and (pointer: fine) {
+  .video {
+    .more {
+      opacity: 1;
+    }
+  }
+}
index 4fba2344b96383c8215c9e50990c5dd765b1355b..4680732bea70dadfa565529bc57e344a85cf5e6f 100644 (file)
@@ -36,6 +36,12 @@ my-video-thumbnail,
     }
   }
 
+  @media not all and (hover: hover) and (pointer: fine) {
+    .more {
+      opacity: 1 !important;
+    }
+  }
+
   &.playing {
     background-color: rgba(0, 0, 0, 0.02);
   }