Fix DM view padding

Changelog-Fixed: DM Padding
Closes: #476
This commit is contained in:
OlegAba
2023-02-01 13:40:32 -05:00
committed by William Casarin
parent 5a4299edaa
commit 351b32308f

View File

@@ -43,6 +43,7 @@ struct DirectMessagesView: View {
} }
} }
} }
.padding(.horizontal)
} }
} }
@@ -82,7 +83,6 @@ struct DirectMessagesView: View {
} }
.tabViewStyle(.page(indexDisplayMode: .never)) .tabViewStyle(.page(indexDisplayMode: .never))
} }
.padding(.horizontal)
.navigationTitle(NSLocalizedString("DMs", comment: "Navigation title for view of DMs, where DM is an English abbreviation for Direct Message.")) .navigationTitle(NSLocalizedString("DMs", comment: "Navigation title for view of DMs, where DM is an English abbreviation for Direct Message."))
} }
} }