-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
App-navigation without settings should not have padding-bottom #2189
Copy link
Copy link
Closed
Labels
bugdesignDesign, UI, UX, etc.Design, UI, UX, etc.good first issueSmall tasks with clear documentation about how and in which place you need to fix things in.Small tasks with clear documentation about how and in which place you need to fix things in.
Milestone
Description
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;
}
cc @BernhardPosselt @nextcloud/designers @nextcloud/javascript
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugdesignDesign, UI, UX, etc.Design, UI, UX, etc.good first issueSmall tasks with clear documentation about how and in which place you need to fix things in.Small tasks with clear documentation about how and in which place you need to fix things in.
