[GH-ISSUE #11797] Desktop GUI app Full width setting #7825

Open
opened 2026-04-12 19:59:48 -05:00 by GiteaMirror · 1 comment
Owner

Originally created by @AlSchemist on GitHub (Aug 7, 2025).
Original GitHub issue: https://github.com/ollama/ollama/issues/11797

Add Full width Setting

Customize the width of the User Prompt and LLM Answer windows.

Defaults to False: the current small width of the Answer window requires to click to the thin horizontal scroll bar to read large text.

When the Full width setting is True:

  1. The width of the User Prompt window is increased to the available width of the main window.
  2. The width of the LLM Answer window takes the full width of the main window.

Alternatively, enable handles to dynamically resize the Prompt or Answer window.
Or indicate the internal CSS of the HTML page to manually customize the width of windows.

Originally created by @AlSchemist on GitHub (Aug 7, 2025). Original GitHub issue: https://github.com/ollama/ollama/issues/11797 ### Add Full width Setting **Customize** the width of the User **Prompt** and LLM **Answer** windows. Defaults to False: the current small width of the Answer window requires to click to the thin horizontal scroll bar to read **large** text. When the **Full width** setting is **True**: 1. The width of the User **Prompt** window is increased to the available width of the main window. 2. The width of the LLM **Answer** window takes the **full width** of the main window. Alternatively, enable handles to _dynamically_ **resize** the Prompt or Answer window. Or indicate the internal CSS of the HTML page to manually customize the width of windows.
GiteaMirror added the appfeature request labels 2026-04-12 19:59:48 -05:00
Author
Owner

@Otnielush commented on GitHub (Jan 6, 2026):

Text centered and leaving space on both sides.
Because text area has fixed (maximum) width, the table is now not fully visible.
Making this area resizable will make use more comfortable

Image
<!-- gh-comment-id:3714453925 --> @Otnielush commented on GitHub (Jan 6, 2026): Text centered and leaving space on both sides. Because text area has fixed (maximum) width, the table is now not fully visible. Making this area resizable will make use more comfortable <img width="2779" height="830" alt="Image" src="https://github.com/user-attachments/assets/34458fb4-9ae6-44e4-a171-4730e1098ba6" />
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#7825