macOS: align sessions list with header

main
Peter Steinberger 2025-12-13 11:14:50 +00:00
parent c48681b2f0
commit 0e9f617667
1 changed files with 2 additions and 0 deletions

View File

@ -112,6 +112,8 @@ struct SessionsSettings: View {
self.sessionRow(row)
}
.listStyle(.inset)
// The view already applies horizontal padding; keep the list aligned with the text above.
.padding(.horizontal, -12)
}
}
}