mirror of https://github.com/Chocobozzz/PeerTube
Fix displaying more dropdown on touchscreen
parent
bedf0e6073
commit
70afd522ba
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue