diff --git a/app/[lang]/(live)/@header/[...paths]/layout.tsx b/app/[lang]/(live)/@header/[...paths]/layout.tsx deleted file mode 100644 index bbd5697c2..000000000 --- a/app/[lang]/(live)/@header/[...paths]/layout.tsx +++ /dev/null @@ -1,10 +0,0 @@ -import Header from "@/components/Header" -import { setLang } from "@/i18n/serverContext" - -import type { LangParams, LayoutArgs } from "@/types/params" - -export default function HeaderLayout({ params }: LayoutArgs) { - setLang(params.lang) - - return
-} diff --git a/app/globals.css b/app/globals.css index 06f34e25d..dcbbe972d 100644 --- a/app/globals.css +++ b/app/globals.css @@ -107,6 +107,7 @@ --main-menu-mobile-height: 75px; + --header-z-index: 1; --menu-overlay-z-index: 10; } diff --git a/components/Header/MainMenu/Avatar/avatar.module.css b/components/Header/MainMenu/Avatar/avatar.module.css index f978efaf2..3b217b343 100644 --- a/components/Header/MainMenu/Avatar/avatar.module.css +++ b/components/Header/MainMenu/Avatar/avatar.module.css @@ -3,7 +3,7 @@ justify-content: center; align-items: center; overflow: hidden; - border-radius: 50%; + border-radius: var(--Corner-radius-Rounded); width: 2rem; height: 2rem; background-color: var(--Main-Grey-40); diff --git a/components/Header/MainMenu/MobileMenu/index.tsx b/components/Header/MainMenu/MobileMenu/index.tsx index c59fdc7c1..025d7dc98 100644 --- a/components/Header/MainMenu/MobileMenu/index.tsx +++ b/components/Header/MainMenu/MobileMenu/index.tsx @@ -65,7 +65,7 @@ export default function MobileMenu({ className={styles.dialog} aria-label={intl.formatMessage({ id: "Menu" })} > - +