macOS: align sessions list with header

This commit is contained in:
Peter Steinberger
2025-12-13 11:14:50 +00:00
parent c48681b2f0
commit 0e9f617667

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)
}
}
}