mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2025-01-23 23:51:06 +01:00
Push the byline and published date to the bottom of the Timeline cell
This commit is contained in:
parent
9c0da054fd
commit
ef6a74b8bd
@ -49,6 +49,7 @@ struct TimelineItemView: View {
|
||||
.padding(.trailing, 4)
|
||||
.fixedSize(horizontal: false, vertical: true)
|
||||
}
|
||||
Spacer(minLength: 0)
|
||||
HStack {
|
||||
Text(verbatim: timelineItem.byline)
|
||||
.lineLimit(1)
|
||||
|
Loading…
Reference in New Issue
Block a user