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);
|
@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;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue