diff --git a/client/src/components/header/MainNavigationBar.vue b/client/src/components/header/MainNavigationBar.vue index 84bb2ef2..ab93abf7 100644 --- a/client/src/components/header/MainNavigationBar.vue +++ b/client/src/components/header/MainNavigationBar.vue @@ -139,7 +139,7 @@ onMounted(() => { @@ -215,6 +215,10 @@ onMounted(() => { @apply inline-flex items-center border-b-4 border-transparent px-1 pt-1 text-white hover:text-sky-500; } +.nav-item-no-mobile { + @apply hidden items-center border-b-4 border-transparent px-1 pt-1 text-white hover:text-sky-500 lg:inline-flex; +} + .nav-item--active { @apply border-sky-500; } diff --git a/client/src/components/header/MobileMenu.vue b/client/src/components/header/MobileMenu.vue index 8cc37768..efbf92b4 100644 --- a/client/src/components/header/MobileMenu.vue +++ b/client/src/components/header/MobileMenu.vue @@ -62,6 +62,14 @@ const clickLink = (to: string | undefined) => { {{ $t("cockpit.title") }} +
  • + +
  • @@ -75,11 +83,6 @@ const clickLink = (to: string | undefined) => { Shop -
  • - -