mirror of
https://github.com/permissionlesstech/bitchat.git
synced 2026-07-25 22:45:20 +00:00
Reduce vertical padding between chat rows
This commit is contained in:
@@ -399,11 +399,11 @@ struct ContentView: View {
|
||||
}
|
||||
}
|
||||
.padding(.horizontal, 12)
|
||||
.padding(.vertical, 2)
|
||||
.padding(.vertical, 1)
|
||||
}
|
||||
}
|
||||
.transaction { tx in if viewModel.isBatchingPublic { tx.disablesAnimations = true } }
|
||||
.padding(.vertical, 4)
|
||||
.padding(.vertical, 2)
|
||||
}
|
||||
.background(backgroundColor)
|
||||
.onOpenURL { handleOpenURL($0) }
|
||||
|
||||
Reference in New Issue
Block a user