FIX - align first Sky settings group

This commit is contained in:
DerEchteAlec
2026-08-13 20:26:03 +02:00
parent 9f1412d659
commit d2222c9b35
4 changed files with 20 additions and 10 deletions
@@ -34,8 +34,5 @@ describe('SettingsApp Sky UI contract', () => {
expect(source).toMatch(
/\.settings-content--subpage\s*\{[^}]*padding-top:\s*0/,
)
expect(source).toMatch(
/\.settings-content--subpage[\s\S]*?:deep\(\s*\.sky-settings-group:first-child\s*>\s*\.sky-settings-group__title:first-child\s*\)\s*\{[^}]*margin-top:\s*0/,
)
})
})
-7
View File
@@ -1506,13 +1506,6 @@ onBeforeUnmount(() => {
padding-top: 0;
}
.settings-content--subpage
> :deep(
.sky-settings-group:first-child > .sky-settings-group__title:first-child
) {
margin-top: 0;
}
.settings-copy {
margin: 0 var(--sky-space-1) var(--sky-space-4);
color: var(--sky-muted);