#28679 [Bug]: User-count badge ("U: X/5") in sidebar overlaps the Settings nav item
### Check for existing issues
- [x] I have searched the existing issues and checked that my issue is not a duplicate.
### What happened?
The free-tier user-count badge that floats at the bottom of the left sidebar in the Admin UI (a small pill showing a people icon and `U: <current>/5`) is positioned on top of the sidebar nav, partially covering the **Settings** row directly below the **Developer Tools** section.
Effects: - The Settings label is visually obscured (only the icon and bottom edge are visible). - The click target for Settings is reduced — clicks land on the badge instead of the nav item depending on where you aim. - The badge has no dismiss control and reappears on every page load.
**Expected behavior:** the badge should not overlap any clickable nav item. Reasonable fixes would be: - Anchor it below the nav list (push the list up, not overlay it), or - Make it dismissible / collapsible, or - Move it into the user dropdown in the header instead of the sidebar.
Screenshot attached.
<img width="453" height="1736" alt="Image" src="https://github.com/user-attachments/assets/b59e4f33-b42c-4182-a4d9-4af69b0ba602" />
### Steps to Reproduce
1. Run the OSS LiteLLM prox…