diff --git a/main/index.css b/main/index.css index bfd25a5d..59567393 100644 --- a/main/index.css +++ b/main/index.css @@ -207,10 +207,14 @@ body.drag::before { .torrent .metadata { float: left; - width: calc(100% - 240px); + width: 100%; text-shadow: rgba(0, 0, 0, 0.5) 0 0 4px; } +.torrent:hover .metadata { + width: calc(100% - 170px); +} + .torrent .btn { float: right; margin-top: 20px;