mirror of
https://github.com/permissionlesstech/bitchat.git
synced 2026-08-15 07:06:11 +00:00
Add more spacing between chat messages
- Increased vertical padding from 1px to 2px per message - Total spacing between messages now 4px (was 2px) - Improves readability and visual separation
This commit is contained in:
parent
354d3ff6ce
commit
bb6552f4a6
@ -230,7 +230,7 @@ struct ContentView: View {
|
||||
}
|
||||
}
|
||||
.padding(.horizontal, 12)
|
||||
.padding(.vertical, 1)
|
||||
.padding(.vertical, 2)
|
||||
}
|
||||
}
|
||||
.padding(.vertical, 4)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user