Skip to content

Commit

Permalink
Fix minor styling issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Twixes committed Jan 4, 2024
1 parent adfecef commit f423cd6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/src/layout/navigation/TopBar/SitePopover.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ export function SitePopoverOverlay(): JSX.Element {
</SitePopoverSection>
)}
{(!(preflight?.cloud || preflight?.demo) || user?.is_staff) && (
<SitePopoverSection title="PostHog instance" className="font-title-3000">
<SitePopoverSection title="PostHog instance" className="font-title">
<SystemStatus />
<AsyncMigrations />
<InstanceSettings />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ body:not(.posthog-3000) {
}

&:not(:last-child) {
.LemonButton {
.LemonButton__chrome {
border-right: none;
}
}
Expand Down

0 comments on commit f423cd6

Please sign in to comment.