Timeline: Add spacing between loader and unread count
This commit is contained in:
parent
6e9bff575d
commit
fd190378c6
|
@ -42,7 +42,7 @@ struct TimelineUnreadStatusesView: View {
|
|||
Button {
|
||||
observer.scrollToIndex?(observer.pendingStatusesCount)
|
||||
} label: {
|
||||
HStack {
|
||||
HStack(spacing: 8) {
|
||||
if observer.isLoadingNewStatuses {
|
||||
ProgressView()
|
||||
.tint(theme.labelColor)
|
||||
|
|
Loading…
Reference in New Issue