fix: correct book card highlight padding by increasing tile height
Instead of shrinking the highlight strip (which clipped author text), increase homeCoverTileHeight from 310 to 318 for proper bottom padding. Revert double-padding subtraction in bottomH/bottomSectionHeight. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -23,7 +23,7 @@ constexpr ThemeMetrics values = {.batteryWidth = 16,
|
||||
.scrollBarRightOffset = 5,
|
||||
.homeTopPadding = 56,
|
||||
.homeCoverHeight = 226,
|
||||
.homeCoverTileHeight = 310,
|
||||
.homeCoverTileHeight = 318,
|
||||
.homeRecentBooksCount = 3,
|
||||
.buttonHintsHeight = 40,
|
||||
.sideButtonHintsWidth = 30,
|
||||
|
||||
Reference in New Issue
Block a user