From 1ac3c8fec703da50e4dfda7191453a2ef5a7a759 Mon Sep 17 00:00:00 2001 From: Brent Simmons Date: Sat, 2 Nov 2019 18:19:57 -0700 Subject: [PATCH] =?UTF-8?q?Add=20just=20a=20little=20padding=20to=20timeli?= =?UTF-8?q?ne=20cells=20to=20help=20break=20up=20the=20BIG=20WALL=20O?= =?UTF-8?q?=E2=80=99=20TEXT=20feeling.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- iOS/MasterTimeline/Cell/MasterTimelineDefaultCellLayout.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iOS/MasterTimeline/Cell/MasterTimelineDefaultCellLayout.swift b/iOS/MasterTimeline/Cell/MasterTimelineDefaultCellLayout.swift index 6e9d82a4a..f72f8cdaa 100644 --- a/iOS/MasterTimeline/Cell/MasterTimelineDefaultCellLayout.swift +++ b/iOS/MasterTimeline/Cell/MasterTimelineDefaultCellLayout.swift @@ -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)