diff --git a/NetNewsWire/MainWindow/Timeline/Cell/TimelineCellAppearance.swift b/NetNewsWire/MainWindow/Timeline/Cell/TimelineCellAppearance.swift
index f1a08f39b..2d53376d4 100644
--- a/NetNewsWire/MainWindow/Timeline/Cell/TimelineCellAppearance.swift
+++ b/NetNewsWire/MainWindow/Timeline/Cell/TimelineCellAppearance.swift
@@ -53,8 +53,8 @@ struct TimelineCellAppearance: Equatable {
init(theme: VSTheme, showAvatar: Bool, fontSize: FontSize) {
let actualFontSize = AppDefaults.actualFontSize(for: fontSize)
- let smallItemFontSize = floor(actualFontSize * 0.95)
- let largeItemFontSize = floor(actualFontSize * 1.1)
+ let smallItemFontSize = actualFontSize //floor(actualFontSize * 0.95)
+ let largeItemFontSize = actualFontSize //floor(actualFontSize * 1.1)
self.cellPadding = theme.edgeInsets(forKey: "MainWindow.Timeline.cell.padding")
diff --git a/NetNewsWire/Resources/DB5.plist b/NetNewsWire/Resources/DB5.plist
index dd95ce9df..e5e50ce7a 100644
--- a/NetNewsWire/Resources/DB5.plist
+++ b/NetNewsWire/Resources/DB5.plist
@@ -80,9 +80,9 @@
paddingRight
20
paddingTop
- 14
+ 8
paddingBottom
- 16
+ 10
feedNameColor
aaaaaa
faviconFeedNameSpacing