From ee73e26cbb0409aa1f1474711c9cb76618c53fb4 Mon Sep 17 00:00:00 2001 From: ADTC Date: Wed, 25 Oct 2017 19:13:02 +0530 Subject: [PATCH] Show Edit page Sidebar below all else in Mobile View --- bl-kernel/admin/themes/default/css/default.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/bl-kernel/admin/themes/default/css/default.css b/bl-kernel/admin/themes/default/css/default.css index a62bfe5f..4b987ab7 100644 --- a/bl-kernel/admin/themes/default/css/default.css +++ b/bl-kernel/admin/themes/default/css/default.css @@ -325,7 +325,9 @@ button.aslink:hover { } .bl-publish-sidebar { - display: none !important; + width: 100% !important; + padding: 0 !important; + margin-bottom: 25px !important; } .bl-publish-view { @@ -746,4 +748,4 @@ div.plugin-links > span.separator { #jsformplugin button[type=submit] { margin: 0; } -} \ No newline at end of file +}