Browse Source

Fix padding on threads and search results view

Closes: #177
Changelog-Fixed: Fix padding on threads and search results views
post-button-style
OlegAba 2 years ago
committed by William Casarin
parent
commit
d479f7a55a
  1. 2
      damus/Views/SearchHomeView.swift
  2. 4
      damus/Views/ThreadV2View.swift

2
damus/Views/SearchHomeView.swift

@ -55,7 +55,7 @@ struct SearchHomeView: View {
// Fetch new information by unsubscribing and resubscribing to the relay
model.unsubscribe()
model.subscribe()
}
}.padding(.horizontal)
}
var MainContent: some View {

4
damus/Views/ThreadV2View.swift

@ -287,8 +287,8 @@ struct ThreadV2View: View {
)
}.buttonStyle(.plain)
}
}
}.padding().navigationBarTitle("Thread")
}.padding()
}.navigationBarTitle("Thread")
}
}
}

Loading…
Cancel
Save