mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2025-02-03 04:17:44 +01:00
Add just a little padding to timeline cells to help break up the BIG WALL O’ TEXT feeling.
This commit is contained in:
parent
a2c71fc804
commit
1ac3c8fec7
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user