diff --git a/iOS/MasterTimeline/MasterTimelineUnreadCountView.swift b/iOS/MasterTimeline/MasterTimelineUnreadCountView.swift index a79a79af9..66a7a4b26 100644 --- a/iOS/MasterTimeline/MasterTimelineUnreadCountView.swift +++ b/iOS/MasterTimeline/MasterTimelineUnreadCountView.swift @@ -10,6 +10,10 @@ import UIKit class MasterTimelineUnreadCountView: MasterFeedUnreadCountView { + override var padding: UIEdgeInsets { + return UIEdgeInsets(top: 2.0, left: 9.0, bottom: 2.0, right: 9.0) + } + override var textColor: UIColor { return UIColor.systemBackground }