mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-10 15:54:15 -05:00
feat: UI & Layout improvent for mobile displays #5429
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 @minzanupam on GitHub (Jun 2, 2025).
Check Existing Issues
Problem Description
I ofter use open-webui on mobile. In terms of layout the empty space below the avatar icon for the model as well as user pushes the entier text towards right.
This lead to reduced space for the actual text content and this problem is greatly exaggerate by multi level nesting of points.
The same issue presists with bubble layout as well just for the model though.
Desired Solution you'd like
I propose a solution where there is an option to turn off avatar from the chat in settings>interface.
For which the resulting layout would look like this.
Alternatives Considered
No response
Additional Context
No response