0
0
mirror of https://github.com/PostHog/posthog.git synced 2024-11-21 13:39:22 +01:00
This commit is contained in:
Ben White 2024-11-20 18:59:16 -08:00
parent ed84770a67
commit b866feb735
2 changed files with 3 additions and 2 deletions

View File

@ -155,7 +155,6 @@
.TopBar3000__actions {
display: flex;
flex-grow: 1;
gap: 0.5rem;
align-items: center;
justify-content: flex-end;

View File

@ -102,7 +102,9 @@ export function TopBar(): JSX.Element | null {
)}
<Here breadcrumb={breadcrumbs[breadcrumbs.length - 1]} isOnboarding={isOnboarding} />
</div>
<MetalyticsSummary />
<div className="shrink-1">
<MetalyticsSummary />
</div>
<div className="TopBar3000__actions border-danger" ref={setActionsContainer} />
</div>
</div>