mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 03:18:23 -05:00
poor width scaling when using multiple models on a wide browser window #3135
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 @bartman on GitHub (Dec 29, 2024).
Chatting with the models is working great, the problem is displaying multiple models side-by-side.
My screen is wide enough for 3 columns, but the output is squished into about 50% of the screen.
I didn't see anyone report a "width" or "multiple" bug.
Installation Method
Environment
Open WebUI Version: v0.5.2
Ollama (if applicable): 0.5.4
Operating System: Debian/testing
Python version: 3.12
Browser: Firefox 133.0.3, also Brave 1.73.104
Expected Behavior:
I would like to use the dead space for output.
Perhaps even be able to resize the panes?
Actual Behavior:
It's not usable for reading the code, as shown in screen shot below.
Description
Bug Summary:
I added 3 models to compare their output. The output columns are very narrow, collectively using maybe 1/2 the screen real-estate.
Reproduction Details
Steps to Reproduce:
uv tool run open-webui serveLogs and Screenshots
HTML generated:
RAII Guard Class - Open WebUI.zip
Console logs:
RAII Guard Class - Open WebUI.log
Screenshots:
Firefox...

Brave...

@tjbck commented on GitHub (Dec 29, 2024):
You can enable widescreen mode from Settings > Interface
@bartman commented on GitHub (Dec 29, 2024):
Thank you.