Remove unused class in playlists elements

pull/3108/head
Chocobozzz 2020-08-19 09:37:16 +02:00 committed by Chocobozzz
parent d142c7b9c0
commit 2711491ce1
1 changed files with 0 additions and 8 deletions

View File

@ -66,11 +66,3 @@
margin-left: calc(#{var(--expanded-horizontal-margin-content)} * -1);
}
}
@media not all and (hover: hover) and (pointer: fine) {
.video {
.more {
opacity: 1;
}
}
}