From a8a96a99f411527f0b4160939f8439b8e1b583e1 Mon Sep 17 00:00:00 2001 From: Manan Jethwani Date: Tue, 13 Jul 2021 00:23:38 +0530 Subject: [PATCH] corrected working of magnet link --- static/skin/home.css | 6 +++++- static/skin/index.js | 4 ++-- static/templates/index.html | 5 +++++ 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/static/skin/home.css b/static/skin/home.css index e1a539793..f7742d8a9 100644 --- a/static/skin/home.css +++ b/static/skin/home.css @@ -330,7 +330,11 @@ body { text-decoration: none; } -.modal-content a>div { +.modal-content span { + cursor: pointer; +} + +.modal-content a>div, .modal-content span>div { position: relative; top: -26px; left: 50px; diff --git a/static/skin/index.js b/static/skin/index.js index 487f70aba..a5904e583 100644 --- a/static/skin/index.js +++ b/static/skin/index.js @@ -153,10 +153,10 @@