* fixes #2189
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
box-sizing: border-box;
}
+#app-navigation.without-app-settings {
+ padding-bottom: 0;
+}
+
#app-navigation .active.with-menu > a,
#app-navigation .with-counter > a {
padding-right: 50px;
var registerAppsSlideToggle = function () {
var buttons = $('[data-apps-slide-toggle]');
+ if (buttons.length === 0) {
+ $('#app-navigation').addClass('without-app-settings');
+ }
+
$(document).click(function (event) {
if (dynamicSlideToggleEnabled) {