mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Only add section header padding for macOS
This commit is contained in:
@@ -81,7 +81,11 @@ struct SidebarView: View {
|
||||
}
|
||||
}
|
||||
} label: {
|
||||
#if os(macOS)
|
||||
SidebarItemView(sidebarItem: sidebarItem).padding(.leading, 4)
|
||||
#else
|
||||
SidebarItemView(sidebarItem: sidebarItem)
|
||||
#endif
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user