Target branch: Pull requests should target the dev branch.
Description: Briefly describe the changes in this pull request.
Changelog: Ensure a changelog entry following the format of Keep a Changelog is added at the bottom of the PR description.
Documentation: Have you updated relevant documentation Open WebUI Docs, or other documentation sources?
Dependencies: Are there any new dependencies? Have you updated the dependency versions in the documentation?
Testing: Have you written and run sufficient tests for the changes?
Code Review: Have you self-reviewed your code and addressed any coding standard issues?
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
Fixed Image Scale by adding the relevant css classes
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
## 📋 Pull Request Information
**Original PR:** https://github.com/open-webui/open-webui/pull/2212
**Author:** [@iamEvanYT](https://github.com/iamEvanYT)
**Created:** 5/12/2024
**Status:** ❌ Closed
**Base:** `dev` ← **Head:** `main`
---
### 📝 Commits (9)
- [`b8d7fdf`](https://github.com/open-webui/open-webui/commit/b8d7fdf16e57deaf7faaa4dad7c2c5666e8b18ed) Merge pull request #1965 from open-webui/dev
- [`9f2b846`](https://github.com/open-webui/open-webui/commit/9f2b846ea7201c320851f78c3a4620408921684c) Merge pull request #2101 from open-webui/dev
- [`61ffbf5`](https://github.com/open-webui/open-webui/commit/61ffbf5b5b82829a7d0d248cbc6e03b350d4b634) Merge pull request #2114 from open-webui/dev
- [`78c2f16`](https://github.com/open-webui/open-webui/commit/78c2f16c3cc0465930b55f5ac8ab07d90f582ead) Merge pull request #2115 from open-webui/dev
- [`943c49a`](https://github.com/open-webui/open-webui/commit/943c49a07ae01198566611ef5931ef108d3584a0) Merge pull request #2116 from open-webui/dev
- [`734e62b`](https://github.com/open-webui/open-webui/commit/734e62b865165a54b2717586d3041e157dc5c579) Merge pull request #2117 from open-webui/dev
- [`90503be`](https://github.com/open-webui/open-webui/commit/90503be2edef1a1f7ce2074286b6316d5cb8868a) Merge pull request #2118 from open-webui/dev
- [`898be14`](https://github.com/open-webui/open-webui/commit/898be143699d9073f599532ebd2f362f3cfe7ad4) Fix Icon's sizes breaking
- [`7f7cc33`](https://github.com/open-webui/open-webui/commit/7f7cc33fdde2b94f353d28be8976dcb5eb1076cb) fix
### 📊 Changes
**3 files changed** (+45 additions, -0 deletions)
<details>
<summary>View changed files</summary>
📝 `bun.lockb` (+0 -0)
📝 `src/app.css` (+45 -0)
📝 `static/favicon.png` (+0 -0)
</details>
### 📄 Description
## Pull Request Checklist
- [x] **Target branch:** Pull requests should target the `dev` branch.
- [x] **Description:** Briefly describe the changes in this pull request.
- [x] **Changelog:** Ensure a changelog entry following the format of [Keep a Changelog](https://keepachangelog.com/) is added at the bottom of the PR description.
- [x] **Documentation:** Have you updated relevant documentation [Open WebUI Docs](https://github.com/open-webui/docs), or other documentation sources?
- [x] **Dependencies:** Are there any new dependencies? Have you updated the dependency versions in the documentation?
- [x] **Testing:** Have you written and run sufficient tests for the changes?
- [x] **Code Review:** Have you self-reviewed your code and addressed any coding standard issues?
---
## 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
- Fixed Image Scale by adding the relevant css classes
---
<sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 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.