feat: update NEXT_PUBLIC_COMMIT_SHA and improve component layouts for better styling and functionality

This commit is contained in:
2025-06-25 22:45:10 -05:00
parent 7e2833368f
commit b6ea2fc30d
5 changed files with 19 additions and 6 deletions

View File

@@ -25,7 +25,13 @@ const Ihateserverside: React.FC<IhateserversideProps> = ({ children }) => {
return (
<div className="hidden md:flex md:flex-col md:h-screen">
{/* Top Menu */}
<div className="sticky top-0 z-10 bg-background border-b">
<div
className="sticky z-10 bg-background border-b"
style={{
left: 'env(titlebar-area-x, 0)',
top: 'env(titlebar-area-y, 0)',
}}
>
<Menu
toggleSidebar={() => setIsSidebarVisible(!isSidebarVisible)}
isSidebarVisible={isSidebarVisible}