mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 03:18:23 -05:00
[GH-ISSUE #747] Full Screen Mode looks weird #50866
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 @tisfeng on GitHub (Feb 15, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/747
Bug Report
Description
Bug Summary:
Full screen mode looks weird with the sides obscured
Steps to Reproduce:
Just turn on Full Screen Mode
Environment
Apple M1 Pro, Chrome 121.0.6167.160
Confirmation:
Installation Method
Docker
@tjbck commented on GitHub (Feb 15, 2024):
Hi, that is the expected layout. You can toggle the button on the sidebar to close it, and see all the messages without them being obscured by the sidebar, Thanks.
@justinh-rahb commented on GitHub (Feb 15, 2024):
Sorry @tjbck I'm gonna have to be a stick in the mud here and say this behaviour of the styling has bugged me for a while (not enough to open an issue if it was just me), the content of the chat should be centered between the right edge of the sidebar and the right edge of the viewport, and reflow if the sidebar is closed, as our inspiration does it:

And I'd say that should also fix this particular issue report too.
@tjbck commented on GitHub (Feb 15, 2024):
@justinh-rahb I suppose the reason why it looks the way it does now is because I wanted the webui to have a consistent layout with the mobile viewport, but I'll take a look and see what can be done!
@tjbck commented on GitHub (Feb 16, 2024):
@tisfeng #751 changes the layout behaviour to what you've described in the prior issue post, let me know if you encounter any issues!
@tisfeng commented on GitHub (Feb 17, 2024):
So good, thank you!