From ff77fb68f59820317a9a51c1fff75c8bcdebc4bd Mon Sep 17 00:00:00 2001 From: Artem Anufrij Date: Sun, 28 May 2017 14:29:24 +0200 Subject: [PATCH] moved css code Signed-off-by: Artem Anufrij --- css/style.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/css/style.css b/css/style.css index 550b82986..4d674a2dd 100644 --- a/css/style.css +++ b/css/style.css @@ -856,10 +856,6 @@ button.button-inline:hover { .board-header-controls.app-popover-menu-utils { display: none; } - .stack h2 .stack-actions { - display: flex; - opacity: 0.25; - } } @media (max-width: 480px) { @@ -867,6 +863,10 @@ button.button-inline:hover { width: 100%; display: block; } + .stack h2 .stack-actions { + display: flex; + opacity: 0.25; + } } /**