From 2eb61184850bef265a911a7c2d60e6c15e992b88 Mon Sep 17 00:00:00 2001 From: Artem Anufrij Date: Wed, 24 May 2017 22:49:19 +0200 Subject: [PATCH] show stack action buttons on mobile device Signed-off-by: Artem Anufrij --- css/style.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index 3eb60cb9c..a55268f52 100644 --- a/css/style.css +++ b/css/style.css @@ -297,7 +297,7 @@ button.button-inline:hover { .stack h2 button, .stack .stack-actions { float: right; - margin: 0px 0px 0px 20px; + margin: 0px 0px 0px 10px; } .stack h2 span { @@ -901,6 +901,11 @@ button.button-inline:hover { width: 100%; display: block; } + + .stack h2 .stack-actions { + display: flex; + opacity: 0.25; + } } /**