Skip to content

fix(settings): clear NcAppNavigation toggle overhang - #60596

Merged
AndyScherzinger merged 1 commit into
masterfrom
fix/settings-clear-app-navigation-toggle-overhang
Jun 11, 2026
Merged

fix(settings): clear NcAppNavigation toggle overhang#60596
AndyScherzinger merged 1 commit into
masterfrom
fix/settings-clear-app-navigation-toggle-overhang

Conversation

@pringelmann

@pringelmannpringelmann commented May 20, 2026

Copy link
Copy Markdown
Contributor

Summary

Note

This PR was updated with a simpler solution, and its companion nextcloud-vue PR was closed.

The NcAppNavigationToggle button overlaps the start of section content on Nextcloud settings pages. This PR adds a extra top padding to all settings pages so title clears the toggle.

The toggle still overlaps content on scroll. This an acceptable trade-off until we have a better design solution for floating action bars.

Preview link

Checklist

  • Code is properly formatted
  • Sign-off message is added to all commits
  • Tests (unit, integration, api and/or acceptance) are included: N/A, CSS only
  • Screenshots before/after for front-end changes
  • Documentation (manuals or wiki) has been updated or is not required: N/A
  • Backports requested where applicable: backport to stable34 where the NcAppNavigation migration landed
  • Labels added where applicable
  • Milestone added for target branch/version

@pringelmannpringelmann self-assigned this May 20, 2026
@pringelmannpringelmann added bug design Design, UI, UX, etc. 3. to review Waiting for reviews feature: settings labels May 20, 2026
@pringelmannpringelmann added this to the Nextcloud 34 milestone May 20, 2026
@pringelmann
pringelmann marked this pull request as ready for review May 20, 2026 08:14
@pringelmann
pringelmann requested a review from a team as a code ownerMay 20, 2026 08:14
@pringelmann
pringelmann requested review from kra-mo, nfebe, skjnldsv, sorbaugh and susnux and removed request for a teamMay 20, 2026 08:14

@susnuxsusnux left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@nextcloud-botnextcloud-bot mentioned this pull request May 27, 2026
@nextcloud-botnextcloud-bot mentioned this pull request Jun 4, 2026
This was referenced Jun 5, 2026
@pringelmann
pringelmannforce-pushed the fix/settings-clear-app-navigation-toggle-overhang branch from 238625f to 45aa748CompareJune 8, 2026 15:36
@pringelmann
pringelmann requested a review from susnuxJune 8, 2026 15:58
Signed-off-by: Peter Ringelmann <peter.ringelmann@nextcloud.com>
@pringelmann
pringelmannforce-pushed the fix/settings-clear-app-navigation-toggle-overhang branch from 45aa748 to ca950f7CompareJune 11, 2026 12:35

@susnuxsusnux left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think a heading that is indented like in other apps would look better then wasted space on the side, but ok 😅

@pringelmann

Copy link
Copy Markdown
ContributorAuthor

I think a heading that is indented like in other apps would look better then wasted space on the side, but ok 😅

The wasted space on the side is gone. We now only move the title down a little bit. Not ideal, but I would prefer to find a different design solution than try to get all first titles on all settings pages indented.

@AndyScherzinger
AndyScherzinger merged commit b49ea35 into masterJun 11, 2026
122 of 138 checks passed
@AndyScherzinger
AndyScherzinger deleted the fix/settings-clear-app-navigation-toggle-overhang branch June 11, 2026 21:25
@pringelmann

Copy link
Copy Markdown
ContributorAuthor

/backport to stable34

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

3. to reviewWaiting for reviewsbugdesignDesign, UI, UX, etc.feature: settings

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants

@pringelmann@susnux@CarlSchwan@kra-mo@AndyScherzinger@nextcloud-bot