Add just a little padding to timeline cells to help break up the BIG WALL O’ TEXT feeling.

This commit is contained in:
Brent Simmons 2019-11-02 18:19:57 -07:00
parent a2c71fc804
commit 1ac3c8fec7

View File

@ -11,7 +11,7 @@ import RSCore
struct MasterTimelineDefaultCellLayout: MasterTimelineCellLayout {
static let cellPadding = UIEdgeInsets(top: 8, left: 8, bottom: 8, right: 16)
static let cellPadding = UIEdgeInsets(top: 12, left: 8, bottom: 12, right: 20)
static let unreadCircleMarginLeft = CGFloat(integerLiteral: 0)
static let unreadCircleDimension = CGFloat(integerLiteral: 12)