From d53dd02b64c5ebb3b6b1c6edd2c862d1674a7bcc Mon Sep 17 00:00:00 2001 From: herbert Date: Thu, 7 Oct 2021 20:27:03 +0200 Subject: [PATCH] fix jumping bookmark icon on orion --- static/styles/orion/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/styles/orion/style.css b/static/styles/orion/style.css index ef470ed..31cf019 100644 --- a/static/styles/orion/style.css +++ b/static/styles/orion/style.css @@ -2527,7 +2527,7 @@ caption { display: none; } -.torrent .float_right>span.add_bookmark, .torrent span.time { +.torrent .float_right>span.add_bookmark, .torrent span.time, .torrent .float_right > span.remove_bookmark { float: right; }