Skip to content

Conversation

@arvindm84
Copy link

Description

This PR fixes issue #533 where the mobile navigation header shows a chunk of empty space when there are no navigation menu entries. The web UI now hides the empty space in the navbar. It also ensures the web CSS bundling step consistently preserves the generated CSS during bundling, and contains tests to cover the CSS bundling behavior.

Validation

Before:
Before

After:
After

Related Issues

Fixes #533

Check List

  • I have read the Contributing Guidelines and made commit messages that follow the guideline.
  • I have run node --run test and all tests passed.
  • I have checked code formatting with node --run format & node --run lint.
  • I've covered new added functionality with unit tests if necessary.

Signed-off-by: Arvind Marella <arvindmarella31@gmail.com>
Signed-off-by: Arvind Marella <arvindmarella31@gmail.com>
@arvindm84 arvindm84 requested a review from a team as a code owner December 27, 2025 06:14
@vercel
Copy link

vercel bot commented Dec 27, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Review Updated (UTC)
api-docs-tooling Ready Ready Preview Dec 27, 2025 6:15am

Copy link
Member

@avivkeller avivkeller left a comment

Choose a reason for hiding this comment

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

Thanks for your PR!

You should be able to achieve this with CSS-only changes.

Note that the ui directory should already have a css file (or it should be somewhere nearby)

@arvindm84 arvindm84 closed this Dec 27, 2025
@arvindm84 arvindm84 deleted the fix/hide-empty-navbar-space branch December 27, 2025 11:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Mobile Menu with weird paddings

2 participants