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,31 +410,33 @@
@include handleChannelGif(6rem); @include handleChannelGif(6rem);
} }
// show watch later button and duration divs when hovered @media (any-pointer: fine) {
&:hover { // show watch later button and duration divs when hovered
.media__thumb { &:hover {
box-shadow: 0 0 0 1px rgba(var(--color-primary-dynamic), 1) inset; .media__thumb {
} box-shadow: 0 0 0 1px rgba(var(--color-primary-dynamic), 1) inset;
.claim-preview__title { }
color: var(--color-link); .claim-preview__title {
} color: var(--color-link);
.claim-preview__hover-actions { }
display: block; .claim-preview__hover-actions {
} display: block;
.claim-preview__file-property-overlay { }
opacity: 1; .claim-preview__file-property-overlay {
} opacity: 1;
.button--file-action { }
.icon { .button--file-action {
stroke: #f3f4f6; .icon {
stroke: #f3f4f6;
}
}
.ff-canvas {
opacity: 0 !important;
transition: opacity 1s !important;
}
.ff-image {
opacity: 1 !important;
} }
}
.ff-canvas {
opacity: 0 !important;
transition: opacity 1s !important;
}
.ff-image {
opacity: 1 !important;
} }
} }
@ -970,7 +972,7 @@
} }
} }
@media (hover) { @media (any-pointer: fine) {
&:hover { &:hover {
cursor: pointer; cursor: pointer;