From d816b1659a98861693a17eb5c765f1b126a62b85 Mon Sep 17 00:00:00 2001 From: Julian Lam Date: Fri, 1 Sep 2017 16:04:00 -0400 Subject: [PATCH] re-exposing taskbar on mobile layout --- less/modules/taskbar.less | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/less/modules/taskbar.less b/less/modules/taskbar.less index 9b18749..ad73c0e 100644 --- a/less/modules/taskbar.less +++ b/less/modules/taskbar.less @@ -137,11 +137,9 @@ } } - - @media (max-width: 979px) { - /* - Gets in the way of entering text when writing posts - */ - display: none !important; + @media (max-width: @screen-sm) { + .nav.navbar-nav { + margin: 0; + } } } \ No newline at end of file