fix list view and allow s pen to use
This commit is contained in:
parent
ca1515bfa3
commit
26bde0a390
1 changed files with 27 additions and 25 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue