[GH-ISSUE #2088] [BUG]: Mobile Interface Cutoff: Fix viewport width to accommodate smaller screens #1361

Closed
opened 2026-02-22 18:24:26 -05:00 by yindo · 0 comments
Owner

Originally created by @MrSimonC on GitHub (Aug 11, 2024).
Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/2088

How are you running AnythingLLM?

Docker (remote machine)

What happened?

When accessing the Anything LLM Docker application through a mobile phone browser, the interface is cutoff due to a hardcoded width of 635 pixels. This makes it difficult for users to type prompts and interact with the application.

simonmainserver uksouth cloudapp azure com_3001_workspace_job-hunt(iPhone SE)

Proposed solution:

As a temporary fix, I propose modifying the interface to take up 95% of the viewing window whenever the viewport width drops below 635 pixels. This change has been implemented in a pull request and has been confirmed to work well.

Are there known steps to reproduce?

Steps to reproduce:

  1. Run the Docker version of Anything LLM locally or through the cloud.
  2. Access the application through a mobile phone browser.
  3. Observe that the interface is cutoff and does not adapt to the smaller screen size.

Expected behavior:

The interface should adapt to the screen size and take up a reasonable amount of space, allowing users to easily type prompts and interact with the application.

Originally created by @MrSimonC on GitHub (Aug 11, 2024). Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/2088 ### How are you running AnythingLLM? Docker (remote machine) ### What happened? When accessing the Anything LLM Docker application through a mobile phone browser, the interface is cutoff due to a hardcoded width of 635 pixels. This makes it difficult for users to type prompts and interact with the application. ![simonmainserver uksouth cloudapp azure com_3001_workspace_job-hunt(iPhone SE)](https://github.com/user-attachments/assets/9b4e9842-d748-492d-81d9-0b24366ee175) Proposed solution: As a temporary fix, I propose modifying the interface to take up 95% of the viewing window whenever the viewport width drops below 635 pixels. This change has been implemented in a pull request and has been confirmed to work well. ### Are there known steps to reproduce? Steps to reproduce: 1. Run the Docker version of Anything LLM locally or through the cloud. 2. Access the application through a mobile phone browser. 3. Observe that the interface is cutoff and does not adapt to the smaller screen size. Expected behavior: The interface should adapt to the screen size and take up a reasonable amount of space, allowing users to easily type prompts and interact with the application.
yindo added the possible bug label 2026-02-22 18:24:26 -05:00
yindo closed this issue 2026-02-22 18:24:26 -05:00
yindo changed title from [BUG]: Mobile Interface Cutoff: Fix viewport width to accommodate smaller screens to [GH-ISSUE #2088] [BUG]: Mobile Interface Cutoff: Fix viewport width to accommodate smaller screens 2026-06-05 14:40:20 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Mintplex-Labs/anything-llm#1361