From 96cf6f27bd1889b2950e74ac3411451471b79ebf Mon Sep 17 00:00:00 2001 From: DC Date: Wed, 16 Mar 2016 20:32:15 -0700 Subject: [PATCH] Torrent list: fix button alignment --- renderer/index.css | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/renderer/index.css b/renderer/index.css index 5d3812e2..4f95be6c 100644 --- a/renderer/index.css +++ b/renderer/index.css @@ -402,11 +402,12 @@ input { position: absolute; top: 25px; right: 10px; + align-items: center; display: none; } .torrent:hover .buttons { - display: block; + display: flex; } .torrent .buttons > * { @@ -473,8 +474,6 @@ input { } .torrent .buttons .delete { - position: relative; - top: 2px; opacity: 0.5; }