mirror of
https://github.com/Ernous/TorrServerJellyfin.git
synced 2025-12-19 21:46:11 +05:00
hover effect added to poster in torrent card
This commit is contained in:
@@ -38,6 +38,12 @@ export const TorrentCardPoster = styled.div`
|
||||
overflow: hidden;
|
||||
text-align: center;
|
||||
cursor: pointer;
|
||||
transition: 0.2s;
|
||||
position: relative;
|
||||
|
||||
:hover {
|
||||
filter: brightness(0.7);
|
||||
}
|
||||
|
||||
${({
|
||||
isPoster,
|
||||
|
||||
Reference in New Issue
Block a user