Adds pointer on hover for video thumbnail
This commit is contained in:
parent
65513cf7e7
commit
e589571c6b
1 changed files with 4 additions and 0 deletions
|
@ -33,6 +33,10 @@
|
|||
&:not(.card__media--nsfw) {
|
||||
background-color: var(--color-black);
|
||||
}
|
||||
|
||||
&:hover {
|
||||
cursor: pointer;
|
||||
}
|
||||
}
|
||||
|
||||
.content__view,
|
||||
|
|
Loading…
Reference in a new issue