mirror of
https://github.com/open-webui/open-webui.git
synced 2026-06-04 07:47:12 -05:00
[GH-ISSUE #21610] Sidebar: Search icon misaligned with other navigation items #106531
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @iam-zekai on GitHub (Feb 19, 2026).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/21610
Bug Description
In the sidebar navigation, the Search icon is misaligned (shifted to the left) compared to the other navigation items (New Chat, Notes, Workspace). The icons for New Chat, Notes, and Workspace are properly aligned, but the Search icon breaks the visual alignment.
Screenshot
Steps to Reproduce
Expected Behavior
All sidebar navigation icons should be vertically aligned consistently.
Environment
Additional Context
This appears to be a CSS padding/margin issue on the Search navigation item. The other three items (New Chat, Notes, Workspace) share consistent left padding, but the Search item has different spacing.
@iam-zekai commented on GitHub (Feb 19, 2026):
@Classic298 commented on GitHub (Feb 19, 2026):
cannot reproduce this
Tested on Windows with Edge and Chrome