mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 19:08:59 -05:00
[GH-ISSUE #16517] feat: Add Option to Configure Landing Page Style for Desktop and Mobile Viewing #17938
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 @wogam on GitHub (Aug 12, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/16517
Check Existing Issues
Problem Description
Currently, there are two landing page styles available: "chat" and "default". The "default" style centers the chat box on the web page, providing an aesthetically pleasing layout for desktop applications. Conversely, the "chat" style places the chat box at the bottom of the screen, offering better functionality for mobile users, particularly on larger devices due to thumb reach considerations.
However, the current limitation is that only one style can be set across all platforms. It would be beneficial to have an option allowing separate configurations for different devices: "default" for desktop viewing and "chat" for mobile viewing. This would provide an optimal experience for both types of users, maximizing usability and aesthetics on their respective platforms.
Desired Solution you'd like
It would be beneficial to have an option allowing separate configurations for different devices: "default" for desktop viewing and "chat" for mobile viewing. This would provide an optimal experience for both types of users, maximizing usability and aesthetics on their respective platforms.
Alternatives Considered
No response
Additional Context
This solution would make the interface in line with current large language model providers such as ChatGPT or Anthropic.