From 2cb151ba026c28a4590886ece8c6980db2bd6746 Mon Sep 17 00:00:00 2001 From: Marin Treselj Date: Wed, 31 May 2017 22:44:44 +0200 Subject: [PATCH] Temporary fix for card delete button position Signed-off-by: Marin Treselj --- css/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index 95ec00b40..ef639ac2f 100644 --- a/css/style.css +++ b/css/style.css @@ -261,6 +261,7 @@ button.button-inline:hover { margin-left: auto; display: flex; opacity: 0.25; + padding-right: 0; } .stack h2:hover button { @@ -852,7 +853,7 @@ button.button-inline:hover { width: 320px; display: inline-block; } - .stack h2 .stack-actions { + .stack h2 button { display: none; } }