a bunch more usability improvements

Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
William Casarin
2022-04-23 18:21:45 -07:00
parent 090385d3da
commit cb463c6da9
7 changed files with 89 additions and 22 deletions

View File

@@ -148,7 +148,7 @@ struct ChatView: View {
.contentShape(Rectangle())
.id(event.id)
.frame(minHeight: just_started ? PFP_SIZE : 0)
//.padding([.bottom], next_ev == nil ? 2 : 0)
.padding([.bottom], next_ev == nil ? 30 : 0)
//.border(Color.green)
}