From c3b9579f1deae7661c7781f3fbeb135ce91d4d86 Mon Sep 17 00:00:00 2001 From: Artem Anufrij Date: Sun, 28 May 2017 14:21:21 +0200 Subject: [PATCH] fix css for mobile devices Signed-off-by: Artem Anufrij --- css/style.css | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/css/style.css b/css/style.css index 6d498d965..550b82986 100644 --- a/css/style.css +++ b/css/style.css @@ -856,18 +856,19 @@ button.button-inline:hover { .board-header-controls.app-popover-menu-utils { display: none; } - - .stack { - width: 100%; - display: block; - } - .stack h2 .stack-actions { display: flex; opacity: 0.25; } } +@media (max-width: 480px) { + .stack { + width: 100%; + display: block; + } +} + /** * Markdown rendering */