mirror of
https://github.com/yattee/yattee.git
synced 2025-12-03 14:48:16 +00:00
Add top padding to playback speed controls
Improve spacing in PlaybackSettings view by adding top padding to the playback speed section for better visual separation. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -54,6 +54,7 @@ struct PlaybackSettings: View {
|
|||||||
Spacer()
|
Spacer()
|
||||||
.frame(maxWidth: 50, alignment: .trailing)
|
.frame(maxWidth: 50, alignment: .trailing)
|
||||||
}
|
}
|
||||||
|
.padding(.top, 10)
|
||||||
|
|
||||||
HStack {
|
HStack {
|
||||||
controlsHeader("Playback Mode".localized())
|
controlsHeader("Playback Mode".localized())
|
||||||
|
|||||||
Reference in New Issue
Block a user