mirror of
https://github.com/yattee/yattee.git
synced 2026-06-04 22:04:19 +00:00
Enlarge video card and row fonts on macOS
This commit is contained in:
@@ -30,6 +30,10 @@ struct VideoCardView: View {
|
||||
private var titleFont: Font { isCompact ? .subheadline : .body }
|
||||
private var authorFont: Font { isCompact ? .caption : .subheadline }
|
||||
private var metadataFont: Font { isCompact ? .caption : .caption }
|
||||
#elseif os(macOS)
|
||||
private var titleFont: Font { .body }
|
||||
private var authorFont: Font { isCompact ? .caption : .subheadline }
|
||||
private var metadataFont: Font { isCompact ? .caption2 : .caption }
|
||||
#else
|
||||
private var titleFont: Font { .subheadline }
|
||||
private var authorFont: Font { isCompact ? .caption2 : .caption }
|
||||
|
||||
Reference in New Issue
Block a user