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;