mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 19:08:59 -05:00
[PR #2212] [CLOSED] fix: images were not scaled correctly #36559
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?
📋 Pull Request Information
Original PR: https://github.com/open-webui/open-webui/pull/2212
Author: @iamEvanYT
Created: 5/12/2024
Status: ❌ Closed
Base:
dev← Head:main📝 Commits (9)
b8d7fdfMerge pull request #1965 from open-webui/dev9f2b846Merge pull request #2101 from open-webui/dev61ffbf5Merge pull request #2114 from open-webui/dev78c2f16Merge pull request #2115 from open-webui/dev943c49aMerge pull request #2116 from open-webui/dev734e62bMerge pull request #2117 from open-webui/dev90503beMerge pull request #2118 from open-webui/dev898be14Fix Icon's sizes breaking7f7cc33fix📊 Changes
3 files changed (+45 additions, -0 deletions)
View changed files
📝
bun.lockb(+0 -0)📝
src/app.css(+45 -0)📝
static/favicon.png(+0 -0)📄 Description
Pull Request Checklist
devbranch.Description
When I tried running this project, the images were not scaled properly as it was missing css styles. (Don't know why)
This commits adds the css styles needed to fix the site.
Before:

After:

Changelog Entry
Fixed
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.