Fix displaying more dropdown on touchscreen

pull/2621/head
kimsible 2020-04-28 23:24:07 +02:00 committed by Chocobozzz
parent bedf0e6073
commit 70afd522ba
2 changed files with 14 additions and 0 deletions

View File

@ -48,3 +48,11 @@
margin-top: -$sub-menu-margin-bottom-small-view;
}
}
@media not all and (hover: hover) and (pointer: fine) {
.video {
.more {
opacity: 1;
}
}
}

View 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);
}