mirror of
https://github.com/siteboon/claudecodeui.git
synced 2026-02-22 08:37:34 +00:00
fix: pwa mode and mobile safe area padding
This commit is contained in:
@@ -50,7 +50,7 @@ export default function SidebarContent({
|
||||
return (
|
||||
<div
|
||||
className="h-full flex flex-col bg-background/80 backdrop-blur-sm md:select-none md:w-72"
|
||||
style={isPWA && isMobile ? { paddingTop: '44px' } : {}}
|
||||
style={{}}
|
||||
>
|
||||
<SidebarHeader
|
||||
isPWA={isPWA}
|
||||
|
||||
Reference in New Issue
Block a user