Skip to content

App-navigation without settings should not have padding-bottom #2189

@jancborchardt

Description

@jancborchardt

Since #app-settings is inside #app-navigation, we can not do this via CSS. We probably need to add a class ».without-app-settings« to the #app-navigation via JS when there’s no settings, and then via CSS:

#app-navigation.without-app-settings {
   padding-bottom: 0;
}

capture du 2016-11-17 18-40-15

cc @BernhardPosselt @nextcloud/designers @nextcloud/javascript

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugdesignDesign, UI, UX, etc.good first issueSmall tasks with clear documentation about how and in which place you need to fix things in.

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions