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