From 746ee5257a024c07fe6f5f818035d18847694203 Mon Sep 17 00:00:00 2001 From: Julian Lam Date: Thu, 10 Jan 2019 16:46:26 -0500 Subject: [PATCH] fix: theme changes for nodebb/nodebb#7216 --- less/modules/taskbar.less | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/less/modules/taskbar.less b/less/modules/taskbar.less index 1cb8ded..fee43b3 100644 --- a/less/modules/taskbar.less +++ b/less/modules/taskbar.less @@ -34,6 +34,10 @@ min-height: 32px; } + &.hidden { + display: none; + }; + .navbar-nav { padding-right: 15px; padding-bottom: 15px;