Fix padding and other minor UI improvements

This commit is contained in:
Jacob Davis
2022-12-17 16:11:19 -05:00
committed by William Casarin
parent 300cae6800
commit 2c44366ca5
9 changed files with 72 additions and 42 deletions

View File

@@ -18,6 +18,8 @@ struct DirectMessagesView: View {
MaybeEvent(tup)
}
}
.padding(.horizontal)
.padding(.top)
}
}