mirror of
https://github.com/sky-systems/sky_phone.git
synced 2026-08-29 01:08:59 +00:00
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:
@@ -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,
|
||||
)
|
||||
})
|
||||
})
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user