mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Push the byline and published date to the bottom of the Timeline cell
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user