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