mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-11 00:04:08 -05:00
Improve readability on mobile with larger #3559
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 @MarcoDiFrancesco on GitHub (Feb 3, 2025).
Feature Request
Is your feature request related to a problem? Please describe.
Extensive scrolling of large answers on mobile is frustrating. It takes very long time to scroll the answers after 4/5 gpt-4o question/answer.
Describe the solution you'd like
White space is wasted on the left side of the screen, we can use it. I took ispiration from the ChatGPT app.
In the screenshots below I placed the LLM response icon (
img) together with thedivof the title.Describe alternatives you've considered
Apply it only for small screens. For example:
Additional context
Screenshots on: IPhone 12 Pro (300px width).
Left: before. Right: After.