mirror of
https://github.com/open-webui/open-webui.git
synced 2026-06-02 06:46:55 -05:00
feat: font size adjustment slider with pip/notch indicators in Interface Settings #857
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 @silentoplayz on GitHub (May 8, 2024).
Is your feature request related to a problem? Please describe.
The current interface settings lack a user-friendly method for adjusting font sizes, forcing users to rely on either manual editing of CSS files and rebuilding the front-end or resorting to the use of browser zoom features, which can be inconvenient and affect the overall layout of the interface.
Describe the solution you'd like
A font size range slider with pip or notch indicators along the font size range should be added to the
Interfacesettings of Open WebUI. This would provide a straightforward and intuitive way to adjust font sizes in real-time, with clear visual indicators of available font sizes, enhancing the overall customization experience.Describe alternatives you've considered
Alternative solutions, such as third-party browser extensions or direct CSS editing, can be limited in their compatibility and functionality, and may require technical expertise. A native solution within Open WebUI would provide a more seamless and accessible experience for users.
Additional context
Implementing a font size range slider with pip or notch indicators along the font size range would enhance the usability and accessibility of Open WebUI, catering to diverse user needs and preferences. This feature would be particularly beneficial for users with visual impairments or those who require specific font sizes for optimal readability.