mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-23 18:41:28 -05:00
[PR #5275] [MERGED] fix: Add padding to compensate for iPhone nav bar #125315
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/5275
Author: @sebdanielsson
Created: 9/8/2024
Status: ✅ Merged
Merged: 9/9/2024
Merged by: @tjbck
Base:
dev← Head:safe-area📝 Commits (1)
83a3e53Add padding to compensate for iPhone nav bar📊 Changes
5 files changed (+10 additions, -4 deletions)
View changed files
📝
src/app.html(+4 -1)📝
src/lib/components/chat/MessageInput.svelte(+1 -1)📝
src/lib/components/chat/Settings/Advanced/AdvancedParams.svelte(+1 -1)📝
src/lib/components/layout/Sidebar.svelte(+1 -1)📝
tailwind.config.js(+3 -0)📄 Description
Changelog Entry
Description
This PR adds padding on devices that uses a bottom navigation bar that overlays the app. For desktop and phones that does not utilize a floating navigation bar nothing is changed. However for iPhone this fix will now add padding to compensate for this.
Fixed
Screenshots or Videos
Before:
After:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.