This commit is contained in:
Maurice Parker 2019-11-03 07:18:11 -06:00
commit 9ea5a0ce1f
1 changed files with 1 additions and 1 deletions

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)