session correction sidebar items 8
This commit is contained in:
parent
8e25f0fda2
commit
9cabc67ca0
@ -16,6 +16,11 @@ export default async function Page() {
|
||||
<ResponsiveIframe
|
||||
src={process.env.NEXT_PUBLIC_IFRAME_DRIVE_URL || ''}
|
||||
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
|
||||
className="relative"
|
||||
style={{
|
||||
marginTop: '-50px', // Adjust this value based on the Nextcloud navbar height
|
||||
height: 'calc(100% + 50px)' // Compensate for the negative margin
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
</main>
|
||||
|
||||
@ -178,11 +178,6 @@ export function MainNav() {
|
||||
|
||||
// Base menu items (available for everyone)
|
||||
const baseMenuItems = [
|
||||
{
|
||||
title: "Santé",
|
||||
icon: Heart,
|
||||
href: '/sante',
|
||||
},
|
||||
{
|
||||
title: "QG",
|
||||
icon: Target,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user