mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-16 06:03:26 -05:00
[GH-ISSUE #24900] issue: Font size doesnt change from smal to Extra Large! #123734
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 @apino-admin on GitHub (May 19, 2026).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/24900
Check Existing Issues
Installation Method
Docker
Open WebUI Version
WebUI: v0.51.91 Agent: v2026.5.16-279-g52e3bfc2f
Ollama Version (if applicable)
No ollma, hermes:latest running with llama.cpp
Operating System
Ubuntu 24.04
Browser (if applicable)
Chrome
Confirmation
README.md.Expected Behavior
Webui docker latest running as Hermes fontend on Chrome on Ubutu 24.04
Font Size from small to Extra Large stays the same
Following docker image used in compose.
hermes-webui:
image: ghcr.io/nesquena/hermes-webui:latest
Actual Behavior
Click differen font sizes -- they all stay the same!
Steps to Reproduce
Clean Linux install, ran docker image from
ghcr.io/nesquena/hermes-webui:latest
interafcing with hermes at default port.
Opened settings screen and changed appearance -- no errors
Font size on the page doesn't Change
Logs & Screenshots
No errors in logs in docker or in websui
Additional Information
hermes-webui:
image: ghcr.io/nesquena/hermes-webui:latest
@owui-terminator[bot] commented on GitHub (May 19, 2026):
🔍 Related Issues Found
I found some existing issues that might be related. Please check if any of these are duplicates or contain helpful solutions:
🟣 #2102 feat: font size adjustment slider with pip/notch indicators in Interface Settings
This feature request is directly about adding user-facing font size controls in Interface Settings, which matches the reporter’s complaint that changing font size from small to extra large has no visible effect.
by silentoplayz
🟣 #5910 **feat: UI scale settings - smaller text (especially on mobile) **
This issue also requests UI text/scale controls and is about the same general area of interface scaling and font sizing, making it closely related to the reported font-size setting not taking effect.
by uberrice
🟣 #14824 feat: Allow UI Font Switching via Settings Panel for Improved Customization
Although it focuses on font family rather than size, it concerns the same settings-panel customization path for typography, so it may share the same UI/settings implementation area.
by Yash-1511
💡 If your issue is a duplicate, please close it and add any additional details to the existing issue instead.
This comment was generated automatically. React with 👍 if helpful, 👎 if not.
@apino-admin commented on GitHub (May 19, 2026):
No, the issue is not a duplicate of the above report - -it's in a normal terminal setting on a desktop and there are no sliders.
There are 5 large button options and they are not working
@silentoplayz commented on GitHub (May 19, 2026):
Your issue doesn't seem related to Open WebUI, but rather related to hermes-webui repo.