FIX - raise Garage navbar title

Increase the Garage-only navbar title offset so its heading matches the raised Sky UI app layout without changing the shared navbar.
This commit is contained in:
Leon.Schmidt
2026-08-13 21:46:12 +02:00
parent cbf76fa2bc
commit 31e2676c82
2 changed files with 2 additions and 2 deletions
@@ -26,7 +26,7 @@ describe('GarageApp Sky UI contract', () => {
it('raises only the Garage title block', () => {
expect(source).toContain('class="garage-navbar"')
expect(source).toMatch(
/\.garage-navbar :deep\(\.sky-navbar__title-container > div\)\s*\{[^}]*translateY\(-6px\)/s,
/\.garage-navbar :deep\(\.sky-navbar__title-container > div\)\s*\{[^}]*translateY\(-14px\)/s,
)
})
})
+1 -1
View File
@@ -564,7 +564,7 @@ onBeforeUnmount(() => {
--garage-separator: var(--sky-hairline);
}
.garage-navbar :deep(.sky-navbar__title-container > div) {
transform: translateY(-6px);
transform: translateY(-14px);
}
.garage-scroll {
padding-top: 0;