Center breadcrumbs

This commit is contained in:
Mike Tasset
2025-07-22 16:25:48 +02:00
parent 24340e813f
commit f9d54a42b6
2 changed files with 4 additions and 9 deletions
@@ -1,5 +1,5 @@
<template>
<div>
<div class="inline-block">
<Menu as="div" class="flex items-center">
<MenuButton :id="menuButtonId" v-slot="{ open: userOpen }" class="w-full">
<span class="sr-only">Open workspace menu</span>
@@ -2,14 +2,9 @@
<div>
<nav class="fixed z-40 top-0 h-12 bg-foundation border-b border-outline-2">
<div class="flex gap-4 items-center justify-between h-full w-screen py-4 px-3">
<div class="hidden lg:block">
<div class="hidden lg:block lg:w-52">
<HeaderWorkspaceSwitcher v-if="showWorkspaceSwitcher" />
<HeaderLogoBlock
v-else
:active="false"
to="/"
class="hidden lg:flex lg:min-w-40"
/>
<HeaderLogoBlock v-else :active="false" to="/" class="hidden lg:flex" />
</div>
<div class="flex items-center truncate">
<ClientOnly>
@@ -19,7 +14,7 @@
<PortalTarget name="navigation"></PortalTarget>
</ClientOnly>
</div>
<div class="flex items-center justify-end gap-2.5 sm:gap-2 lg:min-w-40">
<div class="flex items-center justify-end gap-2.5 sm:gap-2 lg:w-52">
<ClientOnly>
<PortalTarget name="secondary-actions"></PortalTarget>
<PortalTarget name="primary-actions"></PortalTarget>