mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-17 07:46:16 -05:00
[GH-ISSUE #10948] [UI Bug] Horizontal Layout of Settings Left-Side Menu (Should be Vertical) #70689
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 @lushengbai on GitHub (Feb 28, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/10948
Installation Method
Docker
Environment
Open WebUI Version: [0.5.18]
Ollama (if applicable): [Not applicable for UI issue]
Operating System: [Ubuntu]
Browser (if applicable): Chrome [130 version]
Confirmation:
Expected Behavior:
In the Settings interface, the left-side menu items (including "WebUI Settings", "System Prompt", "Connections", "Personas", "Advanced Parameters", etc.) should be displayed in a vertical list for easy navigation. Users should be able to clearly see and select each setting category from a stacked menu on the left.
Actual Behavior:
Currently, in the Settings interface, the left-side menu items are incorrectly displayed in a horizontal row instead of a vertical list. This horizontal layout makes it difficult to read and navigate the settings menu. It appears as if the menu items are trying to fit within a limited horizontal space, leading to a broken and unusable menu structure. As seen in the screenshot, "Connections" and "Personas" are displayed side-by-side horizontally, indicating the entire left menu is affected.
Description
Bug Summary:
Settings interface left-side menu is rendered horizontally instead of the expected vertical layout, causing a navigation and usability issue. The settings menu is broken due to incorrect horizontal rendering.
Reproduction Details
Steps to Reproduce:
Logs and Screenshots
Browser Console Logs:
[Not applicable for this UI issue unless requested by developers]
Docker Container Logs:
[Not applicable for this UI issue unless requested by developers]
Screenshots/Screen Recordings (if applicable):
Additional Information
This issue is observed in the Settings interface when accessing it through the user profile menu. The misalignment might be related to CSS styling or responsive design issues within the Settings modal. It might be browser or OS specific, so providing environment details would be helpful.
Note
If the bug report is incomplete or does not follow the provided instructions, it may not be addressed. Please ensure that you have followed the steps outlined in the README.md and troubleshooting.md documents, and provide all necessary information for us to reproduce and address the issue. Thank you!
@lushengbai commented on GitHub (Feb 28, 2025):
It has been confirmed that the issue is caused by the browser cache.