set height to match workspace top bar (#19384)

Co-authored-by: Mads Rasmussen <madsr@hey.com>
This commit is contained in:
Niels Lyngsø
2025-06-30 14:32:45 +02:00
committed by GitHub
parent 880d84b030
commit df39026d0d

View File

@@ -48,8 +48,12 @@ export class UmbSectionSidebarMenuElement<
UmbTextStyles,
css`
h3 {
margin: var(--uui-size-5) 0;
display: flex;
align-items: center;
height: var(--umb-header-layout-height);
margin: 0;
padding: var(--uui-size-4) var(--uui-size-8);
box-sizing: border-box;
font-size: 14px;
}
`,