fix list view and allow s pen to use

This commit is contained in:
Anthony 2022-05-24 13:13:45 +02:00 committed by Thomas Zarebczan
parent ca1515bfa3
commit 26bde0a390

View file

@ -410,6 +410,7 @@
@include handleChannelGif(6rem);
}
@media (any-pointer: fine) {
// show watch later button and duration divs when hovered
&:hover {
.media__thumb {
@ -437,6 +438,7 @@
opacity: 1 !important;
}
}
}
@media (max-width: $breakpoint-small) {
font-size: 14px;
@ -970,7 +972,7 @@
}
}
@media (hover) {
@media (any-pointer: fine) {
&:hover {
cursor: pointer;