align user dropdown in top right (#3473)

This commit is contained in:
pablonyx 2024-12-14 17:25:11 -08:00 committed by GitHub
parent 6711e91dbf
commit ddc0230d68
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -132,7 +132,7 @@ export default function SidebarWrapper<T extends object>({
</div>
</div>
<div className="absolute h-svh left-0 w-full top-0">
<div className="absolute h-svh px-2 left-0 w-full top-0">
<FunctionalHeader
sidebarToggled={toggledSidebar}
toggleSidebar={toggleSidebar}